[[["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 retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors by this specific policy."],["The class offers constructors to create instances that tolerate a specific maximum number of transient errors, or disable the retry loop entirely."],["It details various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which manage and control the retry behavior, as well as a type alias `BaseType`."]]],[]]