[[["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-21 UTC."],[[["This document describes the `JobsLimitedErrorCountRetryPolicy`, a retry policy for `JobsConnection` that manages retries based on the number of errors encountered."],["The policy stops retrying when a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being treated as transient."],["You can configure the maximum number of allowed transient errors using the `JobsLimitedErrorCountRetryPolicy(int)` constructor."],["The class contains multiple constructors, including copy and move constructors, and public functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, to control and query its state."],["The document also presents a list of supported versions for this policy, ranging from `2.11.0` to the latest release candidate `2.37.0-rc`."]]],[]]