[[["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 policy halts retries upon encountering a non-transient error or when the number of transient failures surpasses a set limit."],["Transient errors, as defined by this class, include RPC responses with a `kUnavailable` status code."],["You can initialize `TasksLimitedErrorCountRetryPolicy` by specifying the `maximum_failures` parameter to define the maximum number of tolerated transient errors."],["The class offers methods to check for exhaustion (`IsExhausted`), identify permanent failures (`IsPermanentFailure`), determine the maximum number of failures allowed (`maximum_failures`), and clone the policy (`clone`)."]]],[]]