[[["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-09 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`."]]],[]]