[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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`."]]],[]]