[[["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 outlines the `JobServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `JobServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status code being the only code considered a transient error."],["You can create an instance of this policy, and define the maximum allowed number of transient errors through the `maximum_failures` parameter, and providing 0 for this value disables the retry loop."],["The policy supports several functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to control its behavior, and check its state."],["The latest version available for this class is `2.37.0-rc`, and it has several previous version all the way to `2.11.0`."]]],[]]