[[["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-21 UTC."],[[["This document outlines the `CompletionLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `CompletionConnection` in Google Cloud Talent API's C++ client library."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being the only status code considered as a transient error in this context."],["The class offers constructors to initialize the retry policy, including one that sets the maximum number of transient errors allowed, and disabling the retry loop if the maximum is 0."],["Key functions include `OnFailure` to handle status updates, `IsExhausted` to check if retries are depleted, and `IsPermanentFailure` to identify non-recoverable errors."],["The class provides functionality to clone the policy, and access the maximum_failures using `maximum_failures()`."]]],[]]