[[["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-14 UTC."],[[["The `ControlServiceLimitedErrorCountRetryPolicy` is a retry policy for `ControlServiceConnection` that stops retrying after a non-transient error or a set number of transient errors."],["The latest version of this policy is 2.37.0-rc, and other versions of the policy are listed from version 2.36.0 all the way to version 2.15.1."],["This policy considers the status code `kUnavailable` as a transient error and can be configured to tolerate up to a certain number of these transient errors."],["The policy's behavior is controlled by its `maximum_failures` parameter, which, when set to 0, will effectively disable the retry loop."],["The class provides several functions, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, to manage the retry logic and status checks."]]],[]]