[[["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-05-07 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`."]]],[]]