[[["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` class, which is a retry policy for `JobServiceConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if a prescribed number of transient failures are detected, with `kUnavailable` being the only status code considered as a transient error."],["This class allows the user to control the maximum number of transient errors that will be tolerated via an `int` parameter upon creation, where a value of `0` disables retries."],["The class has constructors that create instances tolerating up to a defined amount of errors, and provides functions to check for maximum failures, determine if a failure is considered exhausted, permanent or transient, and to create a clone of the policy instance."],["The latest version of this class is `2.37.0-rc` with multiple previous versions listed all the way down to version `2.11.0`."]]],[]]