[[["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-04-09 UTC."],[[["This document provides information on the `CompletionLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `CompletionConnection` within the Google Cloud Talent API."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the number of transient failures exceeds the set maximum."],["The class constructor `CompletionLimitedErrorCountRetryPolicy(int)` allows setting the `maximum_failures`, with `maximum_failures` == 0 disabling the retry loop."],["Transient errors in this context are identified by the `kUnavailable` status code."],["The document also details the class's functions and methods, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` for handling failures, determining retry status, and creating new policy instances."]]],[]]