[[["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 if the number of transient errors exceeds the set maximum."],["Transient errors, such as `kUnavailable`, are retried, while the policy offers the ability to disable the retry mechanism by setting `maximum_failures` to 0."],["The page shows all versions of this policy, spanning from version 2.11.0 up to the latest release candidate version, 2.37.0-rc, and also provides links to each version's documentation."],["The policy is configurable via its constructor `CompletionLimitedErrorCountRetryPolicy(int)`, `CompletionLimitedErrorCountRetryPolicy(CompletionLimitedErrorCountRetryPolicy &&)`, and `CompletionLimitedErrorCountRetryPolicy(CompletionLimitedErrorCountRetryPolicy const &)`, and contains multiple functions such as `maximum_failures() const`, `virtual OnFailure(Status const &)`, and `virtual clone() const`."]]],[]]