[[["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 page details the `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `IdentityAwareProxyOAuthServiceConnection` and is based on counting errors."],["The policy will stop retrying if it encounters a non-transient error or exceeds a predetermined number of transient failures."],["The only status code considered a transient error by this class is `kUnavailable`."],["You can create instances of this policy and specify a maximum number of transient errors allowed before retries are stopped, and this can also be used to disable retrying by setting the maximum amount of failures to 0."],["The `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy` class offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process and determine the state of the policy, with `BaseType` being an alias of `IdentityAwareProxyOAuthServiceRetryPolicy`."]]],[]]