[[["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 webpage details the `TasksLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `TasksConnection` based on the number of encountered errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, and it considers `kUnavailable` as a transient error."],["The class constructor allows users to specify the maximum number of transient errors tolerated before ceasing retries, where a `maximum_failures` value of 0 disables retries."],["The class offers several functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for retry policy management."],["The page provides a version history, with version 2.37.0-rc being the latest and many older versions all the way down to 2.11.0 that are all associated with the same class."]]],[]]