[[["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 a reference for the `FleetRoutingLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for optimization, specifically for fleet routing."],["The `FleetRoutingLimitedErrorCountRetryPolicy` class implements a retry mechanism for `FleetRoutingConnection` that stops retrying upon encountering non-transient errors or exceeding a predefined count of transient failures, where `kUnavailable` is considered a transient error."],["The policy can be configured with a `maximum_failures` parameter during construction, setting the number of allowed transient errors before stopping retries, and it can be disabled entirely by setting `maximum_failures` to 0."],["The document also contains an exhaustive list of versions available for this class, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["This class provides functions to configure and control retries by checking for `IsExhausted` and `IsPermanentFailure` states, as well as handling failures by the `OnFailure` function."]]],[]]