[[["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-07-18 UTC."],[[["This page documents the `JobServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `JobServiceConnection` that focuses on counting transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, which are designated as `kUnavailable` status codes."],["You can configure the `maximum_failures` parameter during instantiation to specify the number of transient errors the policy will tolerate before ceasing retries, and it can be set to 0 to disable retries."],["The policy includes methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry logic, as well as `maximum_failures()` to return the amount of errors allowed."],["The class is available for a range of versions, from 2.37.0-rc to 2.27.0."]]],[]]