[[["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-14 UTC."],[[["This webpage details the `ServiceControllerLimitedErrorCountRetryPolicy` class, which manages retries for `ServiceControllerConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor `ServiceControllerLimitedErrorCountRetryPolicy(int)` accepts an integer, `maximum_failures`, to define the maximum number of transient errors before stopping retries, and can be used to disable the retry loop by setting `maximum_failures` to `0`."],["The class offers methods like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and query the retry behavior."],["The page also outlines various versions, ranging from 2.11.0 to the latest 2.37.0-rc, of the C++ ServiceControl documentation, each containing this class definition."]]],[]]