[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]