[[["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 page documents the `ServiceControllerLimitedErrorCountRetryPolicy` class, which provides a mechanism for retrying operations in the `ServiceControllerConnection` based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds the specified `maximum_failures`, which can be set to zero in order to disable retries."],["Transient errors are defined as RPC calls that return an `kUnavailable` status code, and the policy provides methods for setting maximum failures, checking for exhaustion, and determining if a failure is permanent."],["The documentation includes a list of available versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, as well as constructors, functions, and a type alias relating to this policy."]]],[]]