[[["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 provides information on the `ControlServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `ControlServiceConnection`."],["The retry policy will stop if a non-transient error occurs or if the number of transient failures exceeds a set maximum."],["The `kUnavailable` status code is considered a transient error within this class."],["The policy offers constructors to set the maximum number of tolerated transient errors and is copy and move constructable."],["It provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process and determine its state, and `BaseType` as an alias for `ControlServiceRetryPolicy`."]]],[]]