[[["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 page documents 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 exclusively `kUnavailable` status codes in this context."],["You can create this retry policy with a defined number of transient error before it fails, where `maximum_failures` is the int that defines that limit, and it can be disabled by setting it to zero."],["The class contains functions such as `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` that control and provide information about the behavior of the policy."],["The latest version of the class is version 2.37.0-rc, but a range of versions are available dating down to version 2.27.0, which can all be found on this page."]]],[]]