[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]