[[["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` that halts retries upon encountering a non-transient error or exceeding a defined number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, allowing for retries in those instances."],["You can configure the `maximum_failures` parameter during construction to set the limit for transient errors, where setting it to `0` will disable the retry loop."],["The class includes functions to check the maximum failures allowed (`maximum_failures()`), whether the policy is exhausted (`IsExhausted()`), whether a failure is permanent (`IsPermanentFailure()`), as well as triggering actions when a failure occurs (`OnFailure()`) and cloning (`clone()`) the policy."],["The page also provides links to older versions of this policy, ranging from version `2.11.0` to the latest release candidate `2.37.0-rc`."]]],[]]