[[["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."],[[["The latest version of the `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy` is 2.37.0-rc, with numerous previous versions available, starting from 2.11.0 up to 2.36.0."],["This policy is designed for `IdentityAwareProxyOAuthServiceConnection`, and it stops retrying if a non-transient error is returned or if the number of transient failures exceeds a defined limit."],["Transient errors in this context are specifically identified by the `kUnavailable` status code."],["You can initialize the `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy` with a constructor, specifying the maximum number of transient failures to be allowed, with an option to disable retries by setting this limit to 0."],["The `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy` contains several functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to manage retries and determine the policy's state."]]],[]]