[[["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-02 UTC."],[[["The `FunctionServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `FunctionServiceConnection` that limits retries based on the number of transient errors encountered."],["This policy halts retries if a non-transient error is returned by an RPC or if the count of transient failures exceeds a predefined maximum."],["Transient errors in this context are defined by the `kUnavailable` status code."],["The retry policy can be disabled by creating an instance with `maximum_failures` set to 0."],["The class includes functions to manage and check the maximum failures, status of the errors and if it is exhausted, and to clone the policy for use."]]],[]]