[[["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 webpage provides documentation for the `RevisionsLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for Cloud Run."],["The `RevisionsLimitedErrorCountRetryPolicy` is used to manage retries for `RevisionsConnection` operations, based on a limit of transient errors, such as the status code `kUnavailable`."],["The policy allows for configuration of the maximum number of transient failures (`maximum_failures`) before ceasing retries, with the option to disable retries entirely by setting `maximum_failures` to 0."],["The provided content showcases the documentation of the `RevisionsLimitedErrorCountRetryPolicy` class over a wide range of versions starting at version 2.11.0 and up to the latest 2.37.0-rc."],["The class includes functions that help decide whether or not to retry, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, as well as providing the ability to get the maximum failures using `maximum_failures`."]]],[]]