[[["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-06-12 UTC."],[[["The latest version available is 2.37.0-rc, with numerous older versions of the LimitedErrorCountRetryPolicy class accessible via links."],["LimitedErrorCountRetryPolicy stops retrying operations when it encounters a non-transient error or exceeds a specified number of transient errors."],["Transient errors that are accounted for include `kDeadlineExceeded`, `kInternal`, `kResourceExhausted`, and `kUnavailable` status codes."],["The class has a constructor that takes an integer `maximum_failures`, enabling users to set the number of transient errors allowed before retries cease, or disable retries entirely."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside type alias `BaseType` which maps to `RetryPolicy`."]]],[]]