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