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