[[["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 page details the `CompletionLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `CompletionConnection` in Google Cloud Talent API's C++ client library."],["The retry policy is designed to stop when a non-transient error is encountered or when a set number of transient errors have occured."],["The class treats `kUnavailable` as a transient error, meaning these errors are valid for retry."],["This policy allows for customization of the maximum number of transient failures allowed before stopping, with the option to disable the retry loop by setting `maximum_failures` to 0."],["The class provides methods to determine if the policy is exhausted, if a failure is permanent, and to clone the policy instance."]]],[]]