[[["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."],[[["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."]]],[]]