[[["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-05 UTC."],[[["This document describes 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 defined limit, which by default are failures with a `kUnavailable` status code."],["You can control the maximum allowed number of transient errors by providing an integer during object construction, setting `maximum_failures` to `0` disables the retry loop."],["The policy features several methods, including `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, to manage retry logic and identify transient or non-transient issues, and also includes a `clone()` function to reset the policy."],["This class also provides type aliasing for `BaseType` to reference `RoutineServiceRetryPolicy`."]]],[]]