[[["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 webpage details the `CloudFunctionsServiceLimitedErrorCountRetryPolicy`, a retry policy for `CloudFunctionsServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["You can create an instance of this retry policy while also specifying the `maximum_failures` in the constructor, or disable it by setting the `maximum_failures` parameter to 0."],["The class provides functions to determine the `maximum_failures`, check if the policy is exhausted (`IsExhausted`), and determine if an error is permanent (`IsPermanentFailure`), among others."],["The webpage provides links to documentation for various versions of the class, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]