[[["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 designed to handle retries for the `ControlServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["The only status code considered a transient error within this policy is `kUnavailable`."],["The policy can be configured using a parameter `maximum_failures` during instantiation, which dictates the maximum amount of transient failures accepted."],["The class has the ability to have policies cloned, and also has a few functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, as well as `BaseType` as an alias."]]],[]]