[[["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-04-17 UTC."],[[["This webpage provides documentation for the `AccessApprovalLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for Access Approval."],["The `AccessApprovalLimitedErrorCountRetryPolicy` is used to manage retries for `AccessApprovalConnection` operations, stopping when a non-transient error occurs or the number of transient failures exceeds a set limit."],["Transient errors, in this context, are defined by the `kUnavailable` status code, and there is a constructor that allows you to set the `maximum_failures` to an integer."],["The documentation offers the current version `2.37.0-rc` and a historical version list from `2.36.0` back to `2.11.0`, all of which provide the `AccessApprovalLimitedErrorCountRetryPolicy` class, including the available constructors and functions."],["The main functions include the `OnFailure` `IsExhausted` and `IsPermanentFailure` methods, along with `maximum_failures` and `clone` functions, to allow for checking the state of the policy or creating new instances of it."]]],[]]