[[["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-09 UTC."],[[["This document provides information on the `JobServiceLimitedErrorCountRetryPolicy`, a class that defines a retry strategy for `JobServiceConnection`."],["The retry policy is designed to handle transient errors, specifically the `kUnavailable` status code, and will stop retrying if a non-transient error occurs or if the maximum allowed transient failures are exceeded."],["Constructors allow the user to set the maximum number of transient errors, or by setting the number of transient errors to 0, disabling the retry loop altogether."],["The document defines various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that control aspects of the retry policy."],["This page also contains a history of the versions for the JobServiceLimitedErrorCountRetryPolicy class, with version 2.37.0-rc being the most recent, and a list of all previous versions."]]],[]]