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