[[["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-14 UTC."],[[["This page details the `FunctionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `FunctionServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures, with `kUnavailable` being treated as the only transient error."],["The retry policy can be customized by setting the `maximum_failures` parameter during instance creation, allowing control over the number of transient errors tolerated before stopping, and setting this value to `0` disables the retry mechanism."],["The policy can be cloned, and provides methods to check if the policy is exhausted, whether a given status represents a permanent failure, and trigger actions `OnFailure` based on a `Status const &` parameter."],["The policy relies on the `FunctionServiceRetryPolicy` and defines `BaseType` as an alias of this class."]]],[]]