[[["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-04-23 UTC."],[[["This page details the `ServiceControllerLimitedErrorCountRetryPolicy` class, which is used to manage retries for `ServiceControllerConnection` based on the number of errors encountered."],["The retry policy will cease retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this context are defined as those returning a `kUnavailable` status code."],["You can set the maximum number of transient failures tolerated when creating an instance of this retry policy, or disable the retry loop altogether by setting the `maximum_failures` to 0."],["The documentation covers the available constructors, functions like `maximum_failures()`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone()`, as well as the `BaseType` alias."]]],[]]