[[["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-14 UTC."],[[["This document provides information on the `JobServiceLimitedErrorCountRetryPolicy`, a class used for defining retry policies for `JobServiceConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if more than a specified number of transient failures are detected, specifically treating `kUnavailable` as a transient error."],["The class offers multiple constructors to initialize instances, including one that allows setting the maximum number of transient errors allowed and another to disable the retry loop."],["The document details several functions of the `JobServiceLimitedErrorCountRetryPolicy` class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, which are utilized to manage the retry behavior, and a type alias called `BaseType` which is an alias of `JobServiceRetryPolicy`."],["The document also showcases a list of all historical versions, and the latest release candidate version of the retry policy class."]]],[]]