[[["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 documentation for the `BatchServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `BatchServiceConnection` based on the number of errors encountered."],["The policy will halt retries if a non-transient error is returned or if the number of transient failures exceeds a defined threshold."],["Transient errors are defined in this class as having the `kUnavailable` status code."],["The `BatchServiceLimitedErrorCountRetryPolicy` class offers constructors to define the maximum number of transient failures, as well as functions like `maximum_failures()`, `OnFailure()`, and `IsExhausted()` to manage the retry process and check the policy's status."],["The document details the `clone()` function that is available to create new instances of the policy, reset to the initial state, and specifies that the BaseType alias is `BatchServiceRetryPolicy`."]]],[]]