[[["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 versioned documentation for the `PoliciesLimitedErrorCountRetryPolicy` class within the Google Cloud C++ IAM library, with the latest release candidate version being 2.37.0-rc."],["The `PoliciesLimitedErrorCountRetryPolicy` class implements a retry policy for `PoliciesConnection`, stopping if non-transient errors occur or if the count of transient failures surpasses a set maximum."],["Transient errors in this context are limited to the `kUnavailable` status code."],["The class allows users to configure the maximum number of transient errors tolerated and can disable retries by setting `maximum_failures` to 0."],["This class supports creating new policy instances through the `clone` function, and it allows for failure checks using `OnFailure` and `IsPermanentFailure`, as well as checking if the retry count is exhausted via `IsExhausted`."]]],[]]