[[["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 documentation for the `CloudSchedulerLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for the `CloudSchedulerConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors, specifically those with a `kUnavailable` status code, are handled by this retry policy."],["The class offers constructors to manage the maximum number of allowed transient errors, with the option to disable retries by setting the `maximum_failures` to 0, and copy constructors."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to configure and check the state of the retry policy."]]],[]]