[[["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 details the `ServicesLimitedErrorCountRetryPolicy` class, which is a retry policy for `ServicesConnection` in the Google Cloud Run C++ client library."],["The policy limits retries based on the number of transient errors encountered, stopping if a non-transient error occurs or if the maximum number of failures is reached."],["The class treats `kUnavailable` as a transient error and provides constructors to set the maximum number of allowed failures, with the option to disable retries entirely by setting this value to zero."],["It offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry process, along with a `clone()` method to create new policy instances, and `BaseType`, an alias to `ServicesRetryPolicy`."],["There are several versions available for this class, ranging from version 2.11.0 to 2.36.0, as well as the latest version which is 2.37.0-rc."]]],[]]