[[["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 outlines the `CloudSchedulerLimitedErrorCountRetryPolicy`, which is a retry policy for `CloudSchedulerConnection` 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 disable the retry loop by instantiating this policy with a maximum failure count of 0."],["The class provides methods to check for exhaustion of the retry policy (`IsExhausted`), and the ability to determine if an error is permanent (`IsPermanentFailure`), in addition to a method for creating an exact clone of itself in its initial state (`clone`)."],["The latest version available is 2.37.0-rc, and there are a range of previous versions available, starting from version 2.11.0 going up to 2.36.0."]]],[]]