[[["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 provides a version history and detailed information about the `FleetRoutingLimitedErrorCountRetryPolicy` class within the Google Cloud C++ Optimization library, with version 2.37.0-rc being the most recent version."],["The `FleetRoutingLimitedErrorCountRetryPolicy` class is designed to manage retries for the `FleetRoutingConnection` by counting the number of transient errors, which include `kUnavailable` status codes."],["You can customize the retry behavior by setting the maximum number of tolerated transient errors via the `FleetRoutingLimitedErrorCountRetryPolicy(int)` constructor, with a value of `0` disabling retries."],["The class also defines methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` to manage the retry logic, as well as the type alias `BaseType` pointing towards `FleetRoutingRetryPolicy`."]]],[]]