[[["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 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."]]],[]]