[[["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 documentation for the `FleetRoutingLimitedErrorCountRetryPolicy` class, which is part of Google Cloud's C++ Optimization library, specifically within the `google::cloud::optimization_v1` namespace."],["The `FleetRoutingLimitedErrorCountRetryPolicy` class implements a retry mechanism for `FleetRoutingConnection`, stopping retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors in this policy are defined as `kUnavailable` status codes, and the retry loop can be disabled by creating an instance of the policy with `maximum_failures` set to 0."],["The class provides constructors for creating instances, including one that sets a limit to transient errors, and functions for checking if retries are exhausted, determining if a status is a permanent failure, and cloning the policy."],["The documentation also lists the available versions, from `2.11.0` to the latest release candidate `2.37.0-rc`, of the retry policy along with the specific links to access its documentation for each of them."]]],[]]