[[["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-09 UTC."],[[["This document provides documentation for the `JobServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Talent C++ library, with the most recent version being 2.37.0-rc."],["The `JobServiceLimitedErrorCountRetryPolicy` class is a retry policy designed for `JobServiceConnection` that halts retries upon encountering non-transient errors or exceeding a specified number of transient failures, treating `kUnavailable` status codes as transient errors."],["The class includes constructors to set the maximum number of allowed transient errors, with the ability to disable retries by setting `maximum_failures` to 0, and it also provides functionality to clone the retry policy instance, reset to the initial state."],["Key functions of this retry policy class include `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `maximum_failures`, which allows users to check the amount of transient failures, check if the retry loop is exhausted, or verify if the error is permanent."],["The document details the available versions of the `JobServiceLimitedErrorCountRetryPolicy` class, including the latest release candidate (2.37.0-rc) and preceding stable releases, down to 2.11.0."]]],[]]