[[["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 outlines the `LimitedErrorCountRetryPolicy`, a C++ class designed for managing retries based on the number of transient errors encountered."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, which trigger retries, include status codes such as `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted`."],["The class allows setting a maximum number of failures, and by setting `maximum_failures` to 0, the retry loop can be disabled."],["This document provides details on the constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias."]]],[]]