[[["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 `ControlServiceLimitedErrorCountRetryPolicy`, a retry mechanism designed for `ControlServiceConnection` that stops retrying upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, allowing for retries under such circumstances."],["Users can configure the maximum number of tolerated transient errors when creating an instance of this retry policy, including the option to completely disable retries by setting `maximum_failures` to 0."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and state, as well as allowing copying."],["The document provides access to older versions of the `ControlServiceLimitedErrorCountRetryPolicy`, from version 2.11.0 to 2.37.0-rc, as well as a full description of the latest features."]]],[]]