[[["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-02 UTC."],[[["This page details the `PoliciesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `PoliciesConnection` based on the number of encountered errors."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` errors considered as transient."],["The class allows you to define a `maximum_failures` parameter when creating a `PoliciesLimitedErrorCountRetryPolicy` instance, this value sets the allowed number of transient errors, and setting this to zero will disable retries."],["The `PoliciesLimitedErrorCountRetryPolicy` class offers functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and assess the retry process, and a clone function to reset the policy state."],["The page also displays a list of links for various versions of the documentation for `PoliciesLimitedErrorCountRetryPolicy`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."]]],[]]