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