[[["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 `ConfigServiceV2LimitedErrorCountRetryPolicy`, a retry mechanism for `ConfigServiceV2Connection` that halts retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["The policy considers `kUnavailable` as a transient error status code, allowing for retries when this error is encountered."],["Users can control the maximum number of transient errors tolerated by the retry policy during instantiation with `maximum_failures`, allowing them to disable retries by setting it to `0`."],["The class offers methods such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage and query the retry state and create new instances of the policy."],["The page also provides links to documentation for multiple versions, ranging from 2.37.0-rc to 2.11.0, to show the availability of the class through a number of past version releases."]]],[]]