[[["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 provides documentation for the `ConfigServiceV2LimitedErrorCountRetryPolicy` class, detailing its use in managing retries for `ConfigServiceV2Connection` within the Google Cloud C++ client library, with versions spanning from 2.11.0 to the latest 2.37.0-rc."],["The class implements a retry policy that stops when non-transient errors occur or when the number of transient failures exceeds a defined maximum."],["Transient errors are identified by the `kUnavailable` status code."],["The `ConfigServiceV2LimitedErrorCountRetryPolicy` constructor allows users to set the maximum number of transient failures allowed before stopping the retry attempts, including an option to disable retries by setting this value to 0."],["The documentation includes information on the public functions of the class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()` and a list of the type aliases present."]]],[]]