[[["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-05-07 UTC."],[[["This webpage details the `ConfigLimitedErrorCountRetryPolicy`, a retry mechanism for `ConfigConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy treats the `kUnavailable` status code as a transient error, indicating a temporary issue that might be resolved by retrying."],["You can control the number of transient failures it can tolerate during a sequence of calls using the constructor that has the parameter `maximum_failures`, where a value of 0 disables the retry loop."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` for managing retry behavior and querying the policy's state."],["The webpage provides access to various versions of the documentation, ranging from version 2.16.0 to the latest release candidate, 2.37.0-rc, offering a historical view of the class definition."]]],[]]