[[["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-14 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, defined by a maximum number of failures that it will accept before failing."],["The policy can be customized upon construction by defining `maximum_failures`, which when set to 0 disables the retry loop, and its status and properties can be queried with multiple functions."],["The page lists the different versions of the `PoliciesLimitedErrorCountRetryPolicy` available, with `2.37.0-rc` being the latest, showcasing backward compatible versions."],["The class has multiple constructors, including copy and move constructors, and various virtual functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, which enable controlling the retry logic."]]],[]]