[[["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 webpage details the `ServiceUsageLimitedErrorCountRetryPolicy`, a retry mechanism for `ServiceUsageConnection` that limits retries based on the number of detected transient errors."],["The policy considers the `kUnavailable` status code as a transient error and stops retrying if a non-transient error occurs or if the maximum allowed number of transient failures is exceeded."],["Users can customize the retry behavior by setting the `maximum_failures` parameter when constructing an instance of `ServiceUsageLimitedErrorCountRetryPolicy`, with `maximum_failures` equal to 0 effectively disabling retries."],["The page lists various available versions of the `ServiceUsageLimitedErrorCountRetryPolicy` class, ranging from the release candidate 2.37.0-rc down to version 2.11.0."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage and control the retry operations."]]],[]]