[[["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 webpage details the `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `IdentityAwareProxyOAuthServiceConnection` in C++."],["The policy halts retries when encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["Transient errors, in this context, are defined as those with the status code `kUnavailable`."],["The policy's constructor allows setting a maximum number of transient failures (`maximum_failures`), and providing a value of 0 disables the retry mechanism."],["The page also details methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the `BaseType` alias, which are all part of the retry policy."]]],[]]