[[["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`, a retry mechanism for `TasksConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers `kUnavailable` status codes as transient errors, and allows you to specify the maximum number of acceptable failures when creating an instance."],["Constructors for `TasksLimitedErrorCountRetryPolicy` are available, including a version that can be set to disable the retry loop altogether."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the policy state and error status."],["There are a variety of class versions available to look at ranging from version 2.11.0 up to the latest 2.37.0-rc."]]],[]]