[[["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 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."]]],[]]