[[["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 describes the `RevisionsLimitedErrorCountRetryPolicy`, a retry policy designed for `RevisionsConnection` that stops retrying if a non-transient error occurs or if a set number of transient failures is exceeded."],["The policy treats `kUnavailable` status codes as transient errors, allowing for retries under those circumstances."],["You can configure the maximum number of allowed transient failures using the `RevisionsLimitedErrorCountRetryPolicy(int)` constructor, and retry can be disabled by setting `maximum_failures` to 0."],["The document details the constructors, functions (like `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`), and type aliases associated with this retry policy class."],["The latest version of the `RevisionsLimitedErrorCountRetryPolicy` class described is 2.37.0-rc."]]],[]]