[[["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 is based on a limited number of errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["Transient errors are identified by the `kUnavailable` status code."],["The `TasksLimitedErrorCountRetryPolicy` constructor allows setting a `maximum_failures` value to control the number of transient errors allowed, and it can be set to 0 to disable the retry loop entirely."],["The webpage documents the functions `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()`, and `BaseType`, along with detailed parameters and return types."]]],[]]