[[["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 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."]]],[]]