[[["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 outlines the `TasksLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `TasksConnection` based on the number of encountered errors."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["The class identifies the `kUnavailable` status code as a transient error."],["You can set the maximum number of allowed transient failures upon constructing this policy and can disable retries by setting the maximum failures to 0."],["The functions available are `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]