[[["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-04-09 UTC."],[[["This webpage details the `ServingConfigServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ServingConfigServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being the only status code considered as transient in this context."],["The class constructor `ServingConfigServiceLimitedErrorCountRetryPolicy(int)` allows customization of the maximum allowed number of transient errors, and it can also disable retry loops by providing 0 for `maximum_failures`."],["The class functions available are `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, allowing for inspection and manipulation of the policy state."],["The page also contains multiple versions of the class ranging from 2.11.0 up to the latest one, 2.37.0-rc, each with a dedicated link."]]],[]]