[[["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."],[[["The webpage details the `ServiceControllerLimitedErrorCountRetryPolicy`, which is a retry mechanism for `ServiceControllerConnection` that limits retries based on the number of transient errors encountered."],["This policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0, otherwise you must set the `maximum_failures` when constructing the class to manage the number of allowable errors."],["The page also includes a history of versions of the class, listing from the latest version, 2.37.0-rc, all the way back to 2.11.0, as well as the current version, 2.22.1."]]],[]]