[[["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-21 UTC."],[[["This document describes the `RoutineServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RoutineServiceConnection` that stops retrying if a non-transient error occurs or if transient failures exceed a specified number."],["The policy considers the `kUnavailable` status code as a transient error, allowing retries in these instances."],["You can configure the `maximum_failures` parameter during instantiation to define the number of transient errors the policy will tolerate before ceasing retries, and setting this to 0 will disable retries."],["The class offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` to manage and monitor the retry behavior."],["The class can be copied, moved or cloned, and it has a `BaseType` alias for `RoutineServiceRetryPolicy`."]]],[]]