[[["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 provides information on the `PoliciesLimitedErrorCountRetryPolicy` class, a retry policy for `PoliciesConnection` that limits retries based on the number of transient errors encountered."],["The latest version available is `2.37.0-rc`, with a comprehensive list of previous versions extending back to `2.11.0`, all of which pertain to this retry policy class."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit, where `kUnavailable` is the only status code considered a transient error."],["You can configure the maximum number of transient errors allowed with the constructor `PoliciesLimitedErrorCountRetryPolicy(int)`, and disable retries entirely by setting `maximum_failures` to `0`."],["The class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and interact with the retry policy."]]],[]]