[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This document provides details on the `CompanyServiceLimitedErrorCountRetryPolicy`, a class for managing retry attempts for the `CompanyServiceConnection`."],["The retry policy is designed to halt retries upon encountering a non-transient error or when the number of transient failures exceeds a defined limit."],["Transient errors, such as those with the `kUnavailable` status code, are specifically addressed by this policy."],["The class allows creating instances that accept up to a specified number of transient errors, with the ability to disable the retry loop entirely by setting the `maximum_failures` to 0."],["It includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, offering different ways to interact with the retry logic."]]],[]]