[[["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-04-09 UTC."],[[["This document outlines the `IAMPolicyLimitedErrorCountRetryPolicy`, which is a retry policy for `IAMPolicyConnection` that limits retries based on the count of errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being treated as transient."],["You can configure the maximum number of allowed transient errors using the constructor `IAMPolicyLimitedErrorCountRetryPolicy(int)`, and setting `maximum_failures` to 0 disables retries."],["The policy includes methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage retry behavior and identify error states."],["There is a reference of versions ranging from `2.37.0-rc` to `2.11.0` for the class `IAMPolicyLimitedErrorCountRetryPolicy`."]]],[]]