[[["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-21 UTC."],[[["This page details the `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for the `IdentityAwareProxyAdminServiceConnection` in the IAP C++ library."],["The policy stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a set maximum, with `kUnavailable` being the status code treated as transient."],["You can configure the maximum number of transient errors that are allowed before the policy stops retrying by providing an instance of this policy with `maximum_failures`, and can even disable the retry loop by setting `maximum_failures` to 0."],["The class includes constructors, a `maximum_failures()` method, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` methods, as well as a `clone()` function."],["This page provides a list of versions of this class ranging from version 2.11.0 to 2.37.0-rc."]]],[]]