[[["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 outlines the `FunctionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `FunctionServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a preset limit, with `kUnavailable` status codes being considered transient errors."],["You can set a maximum number of transient errors tolerated through the `FunctionServiceLimitedErrorCountRetryPolicy(int)` constructor, where setting `maximum_failures` to 0 will disable retry loops."],["The document provides information for each version of this policy from 2.11.0 to the latest release, 2.37.0-rc, with links to the relevant documentation for each release."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which allow managing and checking the state of the retry policy."]]],[]]