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