[[["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 document outlines the `IdentityAwareProxyOAuthServiceLimitedErrorCountRetryPolicy`, which is a retry policy for `IdentityAwareProxyOAuthServiceConnection` that manages retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, where the `kUnavailable` status code is treated as a transient error."],["The class constructor allows for specifying the maximum number of transient failures (`maximum_failures`) allowed before stopping retries, and retries can be disabled if this value is 0."],["The document provides access to various functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` which allow the user to interact with the retry policy to obtain pertinent information or to manipulate it."],["The latest version provided is `2.37.0-rc` and it gives a list of the rest of the other past versions, with version `2.15.1` being the version with the content detailed."]]],[]]