[[["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 document provides details on the `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `IdentityAwareProxyAdminServiceConnection` that halts retries on non-transient errors or when exceeding a predefined transient failure count."],["The latest version of this class is `2.37.0-rc`, and the page lists numerous previous versions ranging from `2.36.0` down to `2.11.0`, all of which relate to the same retry policy class."],["The policy considers `kUnavailable` status codes as transient errors, and is designed to limit retries to a specified number of transient failures."],["The policy can be configured by providing a specific number of `maximum_failures` allowed, where setting `maximum_failures` to 0 effectively disables the retry loop."],["Key functions include `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to control the retry behavior based on error status, with the `clone()` function providing a fresh reset instance of the policy."]]],[]]