[[["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-04-23 UTC."],[[["This document outlines the `FleetRoutingLimitedErrorCountRetryPolicy`, a retry mechanism designed for `FleetRoutingConnection` in the Google Cloud Optimization C++ library, with the latest version being `2.37.0-rc`."],["The retry policy halts further attempts if a non-transient error occurs or if the count of transient failures exceeds a predefined limit."],["The class considers `kUnavailable` status codes as transient errors, meaning the only status that will be retried is the unavailable status."],["You can adjust the behavior of this policy by providing the max amount of failure when creating an instance of this class, or you can disable retries by providing a `maximum_failures` parameter equal to 0."],["This class contains constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` along with a `BaseType` alias."]]],[]]