[[["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 `CloudTasksLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudTasksConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a predefined limit, with `kInternal` and `kUnavailable` codes considered transient."],["The class provides constructors to define the maximum number of transient failures and copy the current instance."],["It offers functions to check for exhaustion (`IsExhausted`), permanent failures (`IsPermanentFailure`), and to get the maximum failure count (`maximum_failures`)."],["The document lists many versions of the retry policy, from version 2.11.0 to the latest release candidate version 2.37.0-rc."]]],[]]