[[["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 webpage details the `CompletionLimitedErrorCountRetryPolicy` class, which is designed for managing retries in the `CompletionConnection` within the Google Cloud Talent API."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code, and users can configure the maximum number of tolerated transient errors when instantiating the retry policy, with the ability to disable retry by setting `maximum_failures` to 0."],["The page provides details on the `CompletionLimitedErrorCountRetryPolicy` class constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the type alias `BaseType`."],["The page lists different versions of the class from 2.11.0 up to 2.37.0-rc (latest)."]]],[]]