[[["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-14 UTC."],[[["This document provides information on the `FleetRoutingLimitedErrorCountRetryPolicy` class, which is designed to handle retries for `FleetRoutingConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can instantiate this policy by specifying the maximum number of transient errors tolerated using `FleetRoutingLimitedErrorCountRetryPolicy(int)`, with a value of 0 effectively disabling retries."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process and understand its status."],["The latest version of this class is `2.37.0-rc` with multiple previous versions available all the way down to version `2.11.0`."]]],[]]