[[["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-05-07 UTC."],[[["This webpage details the `CloudFunctionsServiceLimitedErrorCountRetryPolicy`, a retry policy for `CloudFunctionsServiceConnection` that limits retries based on the number of transient errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["You can set the maximum number of allowed transient failures upon constructing this class and can disable retries by setting the `maximum_failures` to 0."],["The page also lists past versions of this function for reference, with version 2.37.0-rc being the latest and version 2.22.1 being the current version."],["It also presents you with the constructors and functions available within this class, such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsPermanentFailure(Status const &) const`, amongst others, that define the functionality of the class."]]],[]]