[[["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 document provides information on the `JobServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `JobServiceConnection` based on the number of errors encountered."],["The policy will halt retries if a non-transient error is returned by an RPC or if the number of transient errors surpasses the defined limit."],["Transient errors are identified by the `kUnavailable` status code, and the retry loop can be fully disabled if the maximum failure parameter is set to 0."],["The class has multiple constructors and methods, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const`, for managing the policy's behavior."],["The page also lists several versions of the documentation going back to version 2.11.0 and as new as the latest version being 2.37.0-rc."]]],[]]