[[["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-09 UTC."],[[["This document provides information on the `RevisionsLimitedErrorCountRetryPolicy` class, which is a retry policy for `RevisionsConnection` based on counting errors."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being treated as transient."],["The class offers constructors to create instances, allowing control over the maximum number of transient failures permitted, including disabling retries entirely by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()` to retrieve the maximum allowed failures, `OnFailure()` to handle failures, `IsExhausted()` to check if the policy is exhausted, and `IsPermanentFailure()` to identify permanent errors."],["It also includes a `clone()` function, which creates a new instance of the policy, and a type alias `BaseType` which refers to the `RevisionsRetryPolicy`."]]],[]]