[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This document outlines the `BatchControllerLimitedErrorCountRetryPolicy` class, which manages retry attempts for `BatchControllerConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["You can control the maximum allowed transient errors using the constructor parameter `maximum_failures`, with a value of `0` effectively disabling retries."],["The document lists various versions of the policy, ranging from 2.11.0 to 2.37.0-rc, and each version contains the same `BatchControllerLimitedErrorCountRetryPolicy`."],["The class defines several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` that allow to interact with the retry policy."]]],[]]