[[["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 versioned documentation for the `FunctionServiceLimitedErrorCountRetryPolicy` class, including links to versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `FunctionServiceLimitedErrorCountRetryPolicy` class is designed to manage retry logic for `FunctionServiceConnection` by counting the number of transient errors encountered."],["The policy stops retrying if a non-transient error is encountered or if the number of transient errors exceeds a predefined maximum, where `kUnavailable` status code is considered a transient error."],["You can customize the retry behavior by setting the maximum number of transient failures during the creation of `FunctionServiceLimitedErrorCountRetryPolicy`, which can also disable the retry by setting it to 0."],["The class includes methods to determine if the policy is exhausted (`IsExhausted`), whether a given error is permanent (`IsPermanentFailure`), and to clone the current policy (`clone`), as well as retrieve the maximum_failures parameter."]]],[]]