[[["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 `CompletionLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `CompletionConnection` operations based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors by this class, and can be adjusted in the contructor."],["The retry behavior can be disabled by instantiating the policy with `maximum_failures` set to 0, and the class also features functions to assess when the policy is exhausted or when a failure is permanent."],["The documentation provided offers access to various versions of this policy, from `2.11.0` up to the latest `2.37.0-rc`."]]],[]]