[[["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 document provides documentation for the `ServicesLimitedErrorCountRetryPolicy` class, a retry policy designed for `ServicesConnection` in the Google Cloud Run v2 C++ library."],["The policy halts retries when it encounters a non-transient error or when the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can construct instances of the class by specifying the `maximum_failures` parameter to define the error count tolerance, and set it to 0 to disable retries."],["The document also describes the class's constructor, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias."],["A list of available versions is provided, and the latest version available is `2.37.0-rc`."]]],[]]