[[["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-04-02 UTC."],[[["This document provides information on the `CloudSchedulerLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudSchedulerConnection` that limits retries based on the number of transient errors."],["The policy stops retrying 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 in this context."],["You can disable the retry loop by constructing the policy with a `maximum_failures` value of 0, and the class includes constructors to copy, and move instances."],["The class includes functions to check if the retry policy is exhausted, if a failure is permanent, and a function to create a clone of the current state of the policy."],["The document provides a comprehensive list of versions of this retry policy, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."]]],[]]