[[["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-26 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, considering only `kUnavailable` status codes as transient."],["You can configure the number of allowed transient failures when creating the `JobServiceLimitedErrorCountRetryPolicy` instance; setting it to 0 effectively disables retries."],["The policy includes methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine retry behavior, and a `clone` function to create new instances in the initial state."]]],[]]