[[["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."],[[["This webpage provides documentation for the `ControlServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `ControlServiceConnection` based on the number of errors encountered."],["The policy will halt retries if a non-transient error is returned or if the number of transient failures exceeds a set threshold."],["The class treats `kUnavailable` status codes as transient errors, allowing for retries in such cases."],["You can customize the policy by setting the `maximum_failures` parameter in the constructor, or even disable retries by setting the `maximum_failures` to zero."],["The documentation includes details on constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a type alias `BaseType`."]]],[]]