[[["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-05 UTC."],[[["This document provides information on the `BatchServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `BatchServiceConnection`."],["The retry policy is based on counting errors and stops if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["The policy considers `kUnavailable` status codes as transient errors and can be configured to disable retries by setting `maximum_failures` to 0."],["The class offers constructors to set the maximum allowed transient errors, methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and a `clone()` function for creating copies of the policy."],["The document displays a list of every version, from `2.37.0-rc` to `2.11.0` for the `BatchServiceLimitedErrorCountRetryPolicy`."]]],[]]