[[["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 documentation for the `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy` class, specifically within version 2.14.0 and its related versions of the Google Cloud C++ client library."],["The `IdentityAwareProxyAdminServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `IdentityAwareProxyAdminServiceConnection` that limits retries based on the number of transient errors encountered, with `kUnavailable` being the only considered transient status code."],["The retry policy can be configured to allow a specific number of transient errors (`maximum_failures`), and it can be disabled entirely by setting `maximum_failures` to 0."],["The policy stops retrying when it encounters a non-transient error or when the number of transient errors exceeds the configured `maximum_failures` threshold."],["The documentation provides details on the class constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `maximum_failures`, along with a `clone` function to create a new, reset instance of the policy, as well as a type alias named `BaseType` for `IdentityAwareProxyAdminServiceRetryPolicy`."]]],[]]