[[["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."],[[["This document outlines the `CloudSchedulerLimitedErrorCountRetryPolicy`, which is a retry policy for `CloudSchedulerConnection` that limits retries based on the count of errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being treated as transient."],["You can configure the maximum number of allowed transient errors via the constructor, `CloudSchedulerLimitedErrorCountRetryPolicy(int)`, and retry loops can be disabled by setting `maximum_failures` to 0."],["The document presents a list of `CloudSchedulerLimitedErrorCountRetryPolicy` versions, ranging from `2.11.0` to the `2.37.0-rc` latest version."],["The class contains functions to determine if it is exhausted, if a failure is permanent, check the maximum number of failures, and creates new instances."]]],[]]