[[["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."],["The `RevisionsLimitedErrorCountRetryPolicy` is used to manage retries for `RevisionsConnection` by limiting the number of transient errors, with `kUnavailable` status codes being the only status code considered a transient error."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds a specified maximum, which can be set to zero to disable retries."],["The class offers constructors to set the `maximum_failures` and create instances, along with functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and the ability to reset to initial state."],["This page lists all documented versions, and the latest release candidate version is 2.37.0-rc."]]],[]]