[[["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-14 UTC."],[[["This webpage details the `PoliciesLimitedErrorCountRetryPolicy` class, which is a retry policy designed for the `PoliciesConnection` in Google Cloud's IAM v2 API."],["The retry policy will cease operations upon encountering a non-transient error or exceeding a predefined threshold of transient failures, with `kUnavailable` status code being the only one considered transient."],["The `PoliciesLimitedErrorCountRetryPolicy` class has several constructors and functions such as, `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` that allow users to configure and manage the retry behavior."],["Users can create a policy that tolerates up to a specified number of transient errors by providing an instance of the policy with a defined `maximum_failures` value, or they can disable retries entirely by setting `maximum_failures` to zero."],["The current version of this reference page is 2.27.0, and there are links to older versions, going as far back as 2.11.0, along with the latest version, 2.37.0-rc."]]],[]]