[[["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 webpage details the `BatchControllerLimitedErrorCountRetryPolicy` class, which manages retries 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."],["The policy constructor accepts an `int` for `maximum_failures`, which dictates the tolerance for transient errors before stopping retries, and it can be set to 0 to disable retries."],["The page provides versioned documentation for the class, including a link for the latest release candidate, 2.37.0-rc, down to version 2.11.0."],["The class provides functions to check the `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and a function to clone an instance of the policy."]]],[]]