[[["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 versioned documentation for the `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy` class, with the latest version being 2.37.0-rc."],["The `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy` class is designed to handle retries for the `IdentityAwareProxyAdminServiceConnection` based on the number of errors encountered."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` status codes considered transient."],["You can construct this class instance by defining the maximum amount of failures allowed, which can be set to 0 to disable retries, or use the move/copy constructors."],["The class has several functions, like `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone`, that are used to manage the number of retries, if the retry count has been exhausted, if a failure is permanent or to clone the retry policy."]]],[]]