[[["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 webpage details the `CompletionLimitedErrorCountRetryPolicy` class, which is a retry policy designed for the `CompletionConnection` in Google Cloud Talent API's C++ client library."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, where the status code `kUnavailable` is considered as a transient error."],["The class allows constructing instances that can tolerate a specific number of transient errors, with the option to disable retries entirely by setting the maximum failures to zero."],["It provides functions to check if the retry policy is exhausted, determine if a failure is permanent, retrieve the maximum number of allowed failures, and also includes the ability to create a new instance through a `clone` function."],["The page lists various versions of the library, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."]]],[]]