[[["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 details on the `JobServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `JobServiceConnection`."],["The retry policy is designed to stop retrying when it encounters a non-transient error or exceeds a set number of transient failures, with `kUnavailable` as a defined transient error code."],["Users can create a new `JobServiceLimitedErrorCountRetryPolicy` instance while also controlling the number of transient errors before it stops retrying by setting a `maximum_failures` value."],["The class includes functions for checking if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and for obtaining a clone of the policy (`clone`)."],["The document also includes a comprehensive list of available versions, starting from the latest release candidate `2.37.0-rc` down to version `2.11.0`."]]],[]]