[[["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-21 UTC."],[[["This document provides information on the `BatchServiceLimitedErrorCountRetryPolicy` class, designed for managing retries in the `BatchServiceConnection` based on error counts."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined maximum, with `kUnavailable` errors considered as transient."],["The class allows you to create instances with a specified `maximum_failures` limit, effectively disabling retries if `maximum_failures` is set to 0."],["The class contains constructors, such as `BatchServiceLimitedErrorCountRetryPolicy(int)`, `BatchServiceLimitedErrorCountRetryPolicy(BatchServiceLimitedErrorCountRetryPolicy &&)` and `BatchServiceLimitedErrorCountRetryPolicy(BatchServiceLimitedErrorCountRetryPolicy const &)`, and several functions to be used, such as `maximum_failures()`, `OnFailure(Status const &)`, and `clone()`."],["A type alias, `BaseType`, which is an alias for `BatchServiceRetryPolicy`, is included in this documentation."]]],[]]