[[["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-21 UTC."],[[["This document provides a comprehensive overview of the `TasksLimitedErrorCountRetryPolicy` class, which is utilized as a retry policy for `TasksConnection` in Google Cloud Run v2."],["The `TasksLimitedErrorCountRetryPolicy` class is designed to stop retrying if a non-transient error occurs or if a predefined limit of transient failures is exceeded, with `kUnavailable` status codes being the only considered transient error."],["The class has multiple constructor options, including one that sets a maximum number of transient errors (`maximum_failures`), allowing users to disable retries by setting `maximum_failures` to zero."],["Several functions are defined, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each handling different aspects of the retry policy, error evaluation, and retry policy duplication."],["The page provides links to versions of this class ranging from version 2.11.0 all the way to 2.37.0-rc, with the current version being 2.29.0."]]],[]]