[[["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-04-09 UTC."],[[["This document outlines the `PoliciesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `PoliciesConnection` in C++ based on a limited number of errors."],["The policy ceases retry attempts upon encountering a non-transient error or exceeding the predefined threshold of transient failures, with `kUnavailable` status code being the only treated transient error."],["Users can customize the retry behavior by setting the `maximum_failures` parameter when constructing a `PoliciesLimitedErrorCountRetryPolicy` instance, with a value of 0 disabling retries."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` to configure the error counting and retry mechanism, as well as a virtual `clone()` function."],["This document also provides a list of available versions of this class, from `2.11.0` up to the `2.37.0-rc (latest)` version, with links to the documentation for each specific version."]]],[]]