[[["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 reference information for the `CloudSchedulerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Client Library for Cloud Scheduler."],["The `CloudSchedulerLimitedErrorCountRetryPolicy` class is used to define a retry policy that limits the number of transient errors when interacting with `CloudSchedulerConnection`, stopping retries if a non-transient error occurs or the maximum number of transient failures is exceeded."],["The retry policy treats `kUnavailable` status codes as transient errors."],["The class supports being customized to determine the maximum amount of transient errors tolerated using its constructor, `CloudSchedulerLimitedErrorCountRetryPolicy(int maximum_failures)`."],["This class contains several functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the logic and behaviour of the retry policy."]]],[]]