[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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`."]]],[]]