[[["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 page details the `ConfigServiceV2LimitedErrorCountRetryPolicy`, a retry mechanism for `ConfigServiceV2Connection` that halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures."],["The policy considers `kUnavailable` status codes as transient errors, allowing for retries when they occur."],["You can create an instance of the retry policy with a maximum number of allowed transient errors through the constructor: `ConfigServiceV2LimitedErrorCountRetryPolicy(int maximum_failures)`, and you can completely disable retries by setting `maximum_failures` to 0."],["The `maximum_failures()` function will return the number of transient failures tolerated, while `IsExhausted()` function will determine if the retry attempts have exceeded the maximum allowed."],["The page also provides a comprehensive list of the history of the class, with links to each version's documentations, going from `2.37.0-rc` all the way to `2.11.0`, and the current document refers to the `2.24.0` version."]]],[]]