[[["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-09 UTC."],[[["This page details the `PoliciesLimitedErrorCountRetryPolicy`, a retry mechanism for `PoliciesConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The class treats `kUnavailable` status codes as transient errors, and retries are allowed within the policy's constraints."],["The retry policy can be configured with a constructor to limit the number of transient errors it tolerates, where setting `maximum_failures` to 0 disables the retry loop."],["The policy offers methods to manage the retry state such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, along with a `clone` function to reset the instance to its initial state."],["The current page also contains links to previous versions, and the most current release candidate, of the `PoliciesLimitedErrorCountRetryPolicy`, in the range of versions 2.11.0 to 2.37.0."]]],[]]