[[["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-07-18 UTC."],[[["This document outlines the `RoutineServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RoutineServiceConnection` that focuses on counting transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, which are typically `kUnavailable` status codes."],["Users can create an instance of this retry policy, setting the `maximum_failures` parameter to determine the allowed number of transient errors, with `maximum_failures` equal to zero disabling the retry loop."],["The class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry logic and determine the policy's status."],["The document also provides a list of versioned documentation, ranging from `2.37.0-rc` to `2.27.0`."]]],[]]