[[["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-21 UTC."],[[["This webpage details the `QuotaControllerLimitedErrorCountRetryPolicy`, which is a retry mechanism for `QuotaControllerConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being treated as transient errors."],["Constructors allow you to set the maximum number of transient failures (`maximum_failures`) or disable retries altogether by setting it to 0."],["The policy includes several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which allow you to evaluate or create new instances of the policy."],["This page provides links to the documentation for each version of the `QuotaControllerLimitedErrorCountRetryPolicy`, from version 2.11.0 to 2.37.0-rc, along with the specific URL path for each version."]]],[]]