[[["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 retry policy, `PoliciesLimitedErrorCountRetryPolicy`, for `PoliciesConnection` within the Google Cloud IAM v2 C++ library."],["The retry policy is designed to halt retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors, which are eligible for retry, are specifically identified as having the status code `kUnavailable`."],["The policy allows for customization by setting a maximum number of transient failures via the constructor `PoliciesLimitedErrorCountRetryPolicy(int)`, effectively disabling retries if `maximum_failures` is set to 0."],["The class offers methods to manage the policy, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and `clone` which allows to create a new instance of the retry policy."]]],[]]