[[["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 versioned documentation for the `FunctionServiceLimitedErrorCountRetryPolicy` class, with versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `FunctionServiceLimitedErrorCountRetryPolicy` class implements a retry policy for `FunctionServiceConnection`, stopping retries on non-transient errors or exceeding the maximum allowed transient failures."],["Transient errors are specifically identified as those returning the `kUnavailable` status code."],["The policy can be customized via its constructor to allow for a user-defined number of transient errors before ceasing to retry, including the option to completely disable the retry loop by setting the `maximum_failures` to 0."],["The class provides methods to manage the policy, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and a `clone()` method, as well as defining the `BaseType` alias."]]],[]]