[[["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."],[[["The page details the `ServiceControllerLimitedErrorCountRetryPolicy`, which is a retry policy for `ServiceControllerConnection` that limits retries based on the number of transient errors."],["This retry policy will cease operations if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["Transient errors are specifically defined as those with the `kUnavailable` status code within this policy."],["Users can control the tolerance for transient errors by setting the `maximum_failures` parameter during the creation of a `ServiceControllerLimitedErrorCountRetryPolicy` instance, even allowing for the disabling of retries by setting the value to 0."],["The latest version available for reference on the page is the 2.37.0-rc."]]],[]]