[[["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-14 UTC."],[[["This document details the `LimitedErrorCountRetryPolicy` class, which implements a retry mechanism that stops after a set number of transient errors or upon encountering a non-transient error."],["The `LimitedErrorCountRetryPolicy` class treats `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted` as transient error status codes."],["Users can construct instances of `LimitedErrorCountRetryPolicy` by setting the `maximum_failures` parameter, which dictates the number of transient errors tolerated before retries cease, with a value of 0 disabling the retry loop entirely."],["The document provides a comprehensive list of available versions for this policy, including version 2.37.0-rc as the latest, alongside other previous versions."],["The `LimitedErrorCountRetryPolicy` has the ability to be cloned to create a new instance, and also contains several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the state of the policy."]]],[]]