[[["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 provides documentation for the `AccessApprovalLimitedErrorCountRetryPolicy` class, which is designed to handle retries for `AccessApprovalConnection` based on the number of errors encountered."],["The retry policy halts operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The policy can be configured to allow a specified number of transient errors (`maximum_failures`), with the option to disable retries entirely by setting `maximum_failures` to 0."],["The class provides methods to check for exhaustion of retries (`IsExhausted`), handle failures (`OnFailure`), determine if a failure is permanent (`IsPermanentFailure`), and get the maximum number of failures allowed (`maximum_failures`)."],["The documentation also includes a detailed list of versions for this class, ranging from version `2.11.0` to the latest release candidate version `2.37.0-rc`."]]],[]]