[[["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`, a class that manages retry attempts for `BatchServiceConnection` in the event of transient errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status code being the only error that is considered a transient failure."],["Users can construct an instance of the retry policy specifying the allowed maximum transient failures, or can disable it entirely by setting the `maximum_failures` parameter to `0`."],["The document lists different versions of the retry policy, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, including the current version 2.22.0, each with their own link."],["The policy can be cloned to a new instance, and a maximum_failures() function to call the limit of the transient errors is provided."]]],[]]