[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 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."]]],[]]