[[["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 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 `kUnavailable` status codes are treated as transient errors."],["The policy constructor allows configuration for the maximum number of transient errors using the `maximum_failures` parameter, with a value of 0 disabling retries."],["The class offers methods to manage and check the state of the retry policy, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and a `clone()` function."],["The page lists available documentation for various versions of the policy, ranging from version 2.11.0 to 2.37.0-rc (latest)."]]],[]]