[[["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-14 UTC."],[[["This webpage details the `CompletionLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `CompletionConnection` in Google Cloud Talent API's C++ client library."],["The retry policy implemented stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a specified maximum, with `kUnavailable` being the status code considered transient."],["The class allows construction with a configurable `maximum_failures` parameter, enabling control over the number of tolerated transient errors, and providing a way to disable retry attempts by setting it to 0."],["The document lists the different versions of the class, starting with version 2.37.0-rc (latest), all the way down to version 2.11.0, with links to the corresponding documentation for each version."],["Key functions that are covered in the documentation include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which respectively get the max failures allowed, determines if to retry, sees if the policy is exhausted, sees if a failure is permanent and finally creates a new policy."]]],[]]