[[["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-17 UTC."],[[["This document details the `ConfigServiceV2LimitedErrorCountRetryPolicy`, a class designed to manage retries for `ConfigServiceV2Connection` based on the number of errors encountered."],["The retry policy terminates upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can initialize an instance of `ConfigServiceV2LimitedErrorCountRetryPolicy` by specifying the `maximum_failures` parameter, which determines how many transient errors are acceptable, and setting this to 0 will disable retries."],["Key functions include `maximum_failures()` to retrieve the maximum failure count, `OnFailure()` to determine if a retry should occur, `IsExhausted()` to check if retries are exhausted, `IsPermanentFailure()` to see if an error is permanent, and `clone()` to create a fresh policy instance."],["The document also lists all the versions of `ConfigServiceV2LimitedErrorCountRetryPolicy`, with the latest version being `2.37.0-rc`."]]],[]]