[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `AdminServiceLimitedErrorCountRetryPolicy` class, which manages retries for `AdminServiceConnection` based on error counts."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors, as defined by this class, include `kInternal` and `kUnavailable` status codes."],["The class constructor allows setting a maximum number of tolerable transient failures, and retry loops can be disabled by setting the `maximum_failures` parameter to 0."],["The page also offers details on the classes constructors, and functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and `BaseType` which is an alias of `AdminServiceRetryPolicy`."]]],[]]