[[["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 provides documentation for the `RoutineServiceLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `RoutineServiceConnection` in the context of BigQuery control."],["The policy limits the number of transient errors it tolerates before stopping retries, and will not retry if a non-transient error occurs, or if it exceeds the maximum number of transient errors, where the `kUnavailable` status code is treated as a transient error."],["The `RoutineServiceLimitedErrorCountRetryPolicy` class includes constructors to create instances and adjust the `maximum_failures` parameter, to manage the number of transient failures allowed, as well as functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for controlling the behavior of the retry policy."],["There are many previous versions available of this class, dating from `2.27.0` all the way to `2.37.0-rc` as the latest version."]]],[]]