[[["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 outlines the `TasksLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `TasksConnection` based on the number of encountered errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code, as outlined within this `TasksLimitedErrorCountRetryPolicy`."],["The retry policy's behavior can be customized by setting the `maximum_failures` parameter, and you can completely disable the retry loop by setting `maximum_failures` to zero."],["The document also includes information on how to create instances of this policy through the provided constructors and the use of functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]