[[["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 webpage details the `TasksLimitedErrorCountRetryPolicy`, a retry mechanism for `TasksConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers `kUnavailable` status codes as transient errors, allowing for continued retries in those instances."],["You can control the maximum number of tolerated transient failures by providing an integer during the instance creation, and can even disable it altogether if needed by setting the limit to 0."],["The class provides methods to check the state of the policy, including `IsExhausted()`, `IsPermanentFailure()` and `OnFailure()`, and also to reset it with `clone()`."],["There is a list of available versions of the documentation for this specific class, ranging from version 2.11.0 to the most recent release candidate version, 2.37.0-rc."]]],[]]