[[["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 `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `IdentityAwareProxyAdminServiceConnection` that is based on counting errors."],["The policy stops retrying if a non-transient error is returned by an RPC or if more than a specified number of transient failures are detected, and only the `kUnavailable` status code is treated as a transient error."],["Users can control the number of tolerated transient errors during instance creation by setting the `maximum_failures` parameter, with a value of 0 effectively disabling the retry loop."],["The webpage provides documentation for various versions of the policy, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, and functions such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsExhausted() const`, are available for use."],["The class is documented to have constructor functions as well as a `clone()` function that generates a new instance of the policy, reset to the initial state, and has a Type Alias of `IdentityAwareProxyAdminServiceRetryPolicy` defined as `BaseType`."]]],[]]