[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]