[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]