[[["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 webpage documents different versions of the `ServiceControllerLimitedErrorCountRetryPolicy`, ranging from version 2.11.0 to 2.37.0-rc, including the latest release candidate."],["This retry policy is designed for `ServiceControllerConnection` and will cease retrying if a non-transient error occurs or if the number of transient failures exceeds the prescribed maximum."],["The policy treats `kUnavailable` status codes as transient errors, and retries are stopped if non-transient errors occur."],["Users can customize the maximum number of transient errors using the `ServiceControllerLimitedErrorCountRetryPolicy(int)` constructor, and setting `maximum_failures` to 0 will disable retries."],["The class also provides functions to manage the policy, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, in order to check if a retry is necessary, and to return an instance of the policy."]]],[]]