[[["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-22 UTC."],[[["This document describes the `JobServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `JobServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this context."],["You can configure the maximum number of transient failures that are allowed before the retry loop is disabled, setting it to 0 to completely disable the retry."],["The policy provides methods to check if the retry policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), the current maximum failure limit (`maximum_failures`) and whether a failure should result in another attempt (`OnFailure`)."],["The document also provides a history of the API with multiple previous versions, with the most current release being `2.37.0-rc` and the currently viewed version being `2.23.0`."]]],[]]