[[["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 `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`."]]],[]]