[[["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 `CloudQuotasLimitedErrorCountRetryPolicy`, a retry policy used with `CloudQuotasConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The policy can be configured to tolerate a specific number of transient errors via the constructor parameter `maximum_failures`, with setting `maximum_failures` to 0 effectively disabling retries."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the state of the retry policy, and it has the type alias `BaseType` for `CloudQuotasRetryPolicy`."],["The page also gives a list of previous versions of this document, ranging from 2.20.0 to the latest release candidate version 2.37.0-rc."]]],[]]