[[["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 stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those with the status code `kUnavailable`."],["The policy's constructor, `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy(int)`, allows setting a `maximum_failures` limit, and disabling the retry loop can be achieved by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which manage the retry logic and the policy's state, with `BaseType` aliased as `IdentityAwareProxyOAuthServiceRetryPolicy`."]]],[]]