[[["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-03-14 UTC."],[[["This document provides information on the `JobServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Talent C++ client library, with version 2.29.0 being the specified version in focus here."],["The `JobServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `JobServiceConnection`, stopping retries on non-transient errors or when a specified number of transient errors is exceeded."],["Transient errors, as defined by this class, are limited to `kUnavailable` status codes."],["The class contains constructors to configure the maximum number of failures, as well as move and copy constructors."],["There are functions to get the number of `maximum_failures`, check if an error is a permanent failure with `IsPermanentFailure()`, check if the retry policy is exhausted with `IsExhausted()` or create a new instance with the `clone()` function."]]],[]]