[[["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 provides a version history and detailed information about the `IAMPolicyLimitedErrorCountRetryPolicy` class in the Google Cloud C++ library, with the most recent version being 2.37.0-rc."],["The `IAMPolicyLimitedErrorCountRetryPolicy` class implements a retry mechanism for `IAMPolicyConnection`, stopping retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors in this policy are identified by the `kUnavailable` status code."],["The policy can be customized by setting a `maximum_failures` parameter during construction, and setting this to 0 will disable the retry loop entirely."],["The class also provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and check the state."]]],[]]