[[["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-03-05 UTC."],[[["This document provides information on the `JobServiceLimitedErrorCountRetryPolicy` class, which is a retry mechanism for `JobServiceConnection`."],["The retry policy will stop if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["The only status code considered a transient error is `kUnavailable`."],["The `JobServiceLimitedErrorCountRetryPolicy` class allows up to `maximum_failures` amount of errors, and providing `maximum_failures` == 0 will disable the retry loop."],["The class provides functions to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to obtain a clone of itself (`clone`)."]]],[]]