[[["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 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 is designed to manage retries for `IAMPolicyConnection` operations, stopping retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, in this context, are defined as RPCs returning a `kUnavailable` status code."],["The retry policy can be customized by specifying the maximum number of transient failures it should tolerate during its creation, with a maximum failures of 0 disabling the retry loop."],["The document covers class constructors and functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` providing details on how to create and control instances of the class, as well as managing failure scenarios."]]],[]]