[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]