[[["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-05 UTC."],[[["This page 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 `kUnavailable` status codes as transient errors, and you can configure the maximum number of transient failures it tolerates."],["The class includes constructors for creating new instances, along with functions to check the maximum failure count, determine if a retry should occur based on a given status, and if the policy has been exhausted."],["The page provides links to multiple versions of the API, ranging from version 2.16.0 to 2.37.0-rc(latest), each describing the `ConfigLimitedErrorCountRetryPolicy`."],["The page details the `ConfigLimitedErrorCountRetryPolicy` class' functions: `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, along with information on the BaseType alias."]]],[]]