[[["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 policy for `CloudSchedulerConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` status code considered a transient error."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter in the constructor to control the number of transient errors tolerated, or setting it to `0` to disable retry loops."],["The document details the policy's constructors and functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are essential for managing retry behavior."],["The document also provides a comprehensive list of version numbers for this retry policy, ranging from `2.11.0` to `2.37.0-rc` with the latest being `2.37.0-rc`."]]],[]]