[[["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-17 UTC."],[[["This document provides information on the `CloudTasksLimitedErrorCountRetryPolicy` class, which is used for managing retries in `CloudTasksConnection` based on the number of errors encountered."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this context are defined as having status codes `kInternal` or `kUnavailable`."],["The class includes constructors for creating instances with a specified maximum number of transient failures, and a list of over 20 versions of this object with links to view those versions."],["It also includes various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage the retry behavior."]]],[]]