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