[[["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 document describes the `CloudQuotasLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudQuotasConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["The policy considers the `kUnavailable` status code as a transient error, which are the only considered transient errors for this specific class."],["You can customize the number of tolerated transient errors during the creation of an instance of `CloudQuotasLimitedErrorCountRetryPolicy`, using the `maximum_failures` parameter."],["The document also provides the functions and parameters available to the policy such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `maximum_failures()`."]]],[]]