[[["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-05 UTC."],[[["This document outlines the `JobServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `JobServiceConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined maximum number of transient failures, with `kUnavailable` as a defined transient error code."],["Constructors are available for creating instances of the policy, configurable with a `maximum_failures` parameter, where setting it to 0 disables the retry loop."],["The policy includes several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage retry logic and error handling."],["This page's content covers a range of versions from 2.27.0 up to the latest release candidate, 2.37.0-rc, that are specific to this `JobServiceLimitedErrorCountRetryPolicy` class."]]],[]]