[[["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 reference information for the `IAMPolicyLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically version 2.36.0."],["The `IAMPolicyLimitedErrorCountRetryPolicy` is used to manage retries for `IAMPolicyConnection` based on the number of detected transient errors, stopping when a non-transient error is found, or the error count exceeds a configured maximum."],["The policy considers the `kUnavailable` status code as a transient error, and can be configured to prevent all retries by setting `maximum_failures` to 0."],["The document details the constructors, functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()`, and the `BaseType` alias that are part of the `IAMPolicyLimitedErrorCountRetryPolicy` class."],["Multiple previous versions of this class are available and documented, ranging from 2.11.0 to 2.37.0-rc, with links to access each of their documentation."]]],[]]