[[["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 `TasksLimitedErrorCountRetryPolicy` class, a retry policy for `TasksConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code treated as a transient error."],["Users can create an instance of the retry policy with a defined maximum number of transient failures, and disabling retries is possible by setting the maximum failures to 0."],["The document covers the constructors, which handle the creation and copying of the policy, as well as the functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`."],["The document also provides a comprehensive list of all versions, ranging from 2.37.0-rc to 2.11.0."]]],[]]