[[["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 `PoliciesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `PoliciesConnection` based on the number of encountered errors."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["The class identifies the status code `kUnavailable` as a transient error that triggers a retry attempt."],["The `PoliciesLimitedErrorCountRetryPolicy` can be configured to tolerate a specific number of transient errors, and setting `maximum_failures` to 0 will disable the retry loop."],["The class provides functions to check if the retry policy is exhausted, detect permanent failures, and create a clone of the current policy."]]],[]]