[[["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-26 UTC."],[[["This webpage details 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 set number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor `BatchControllerLimitedErrorCountRetryPolicy(int)` accepts an integer, `maximum_failures`, to define the threshold for transient errors before retries cease; setting it to 0 will disable retries."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry process, alongside a `clone()` function to reset the policy state."],["The page also lists multiple versions of the documentation for this class, ranging from 2.11.0 to 2.37.0-rc, as well as the current version 2.15.1."]]],[]]