[[["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 webpage details the `ServiceControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `ServiceControllerConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds a defined limit of transient failures, specifically treating `kUnavailable` status codes as transient errors."],["The policy can be customized with a `maximum_failures` parameter to determine how many transient errors are acceptable before halting retries, with the ability to disable it entirely if set to 0."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and checking the state of the policy."],["The page also offers links to various versions of documentation, from version 2.11.0 up to the latest version at 2.37.0-rc, as well as other relevant prior versions."]]],[]]