[[["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-21 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 will stop retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors in this context are defined as those returning the `kUnavailable` status code."],["The class includes constructors to create an instance with a specified maximum number of transient errors and supports disabling the retry loop entirely by setting the `maximum_failures` to 0."],["Key functions of the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, providing methods to check the retry count, handle failures, determine if the policy is exhausted, check if a failure is permanent, and create new policy instances."]]],[]]