[[["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 part of the Google Cloud C++ client library."],["The `CloudSchedulerLimitedErrorCountRetryPolicy` class implements a retry policy that limits the number of transient errors when interacting with the `CloudSchedulerConnection`."],["This policy will stop retrying if a non-transient error occurs, or if the number of transient failures exceeds the specified `maximum_failures` count."],["The policy treats `kUnavailable` status codes as transient errors, which means it will attempt to retry operations that fail with this status."],["The document also details the constructors, functions, and type aliases available within the `CloudSchedulerLimitedErrorCountRetryPolicy` class."]]],[]]