[[["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 `RevisionsLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for Cloud Run v2."],["The `RevisionsLimitedErrorCountRetryPolicy` class is designed to manage retries for `RevisionsConnection` operations based on the number of errors encountered, ceasing retries upon non-transient errors or when exceeding the allowed number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, and the retry loop can be disabled by setting `maximum_failures` to 0 during the instantiation of the policy."],["The webpage lists the available versions of this class, from the latest release candidate (2.37.0-rc) down to version 2.11.0, with the current version being 2.23.0."],["The documentation details the available constructors and functions (such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`) along with their respective parameters, return types, and descriptions, as well as the `BaseType` alias."]]],[]]