[[["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 document outlines the `IAMPolicyLimitedErrorCountRetryPolicy`, a retry mechanism for `IAMPolicyConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined maximum number of transient failures, with `kUnavailable` as a recognized transient error code."],["Users can configure the policy to allow a specific number of transient errors by specifying `maximum_failures` in the constructor, with a value of 0 effectively disabling retries."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and state."],["The document provides links for older versions, as well as the latest version, of the class definition, up to `2.37.0-rc`."]]],[]]