[[["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 information on the `FunctionServiceLimitedErrorCountRetryPolicy` class, which is a retry policy for `FunctionServiceConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if a certain number of transient failures are detected, with `kUnavailable` being the only status code considered transient."],["You can create instances of the retry policy with a defined amount of maximum transient errors, with zero being able to disable it."],["The `FunctionServiceLimitedErrorCountRetryPolicy` class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage retries."],["There are multiple versions that can be selected, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]