[[["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` for `ServiceControllerConnection`, which manages retries based on the number of transient errors encountered."],["The latest version available is `2.37.0-rc`, and the page lists various prior versions down to `2.11.0`, each linked to its respective documentation."],["This retry policy halts operation if a non-transient error occurs or if the count of transient failures surpasses a specified limit."],["The `ServiceControllerLimitedErrorCountRetryPolicy` constructor allows the user to set the maximum number of tolerated transient failures, and disabling retries is done by setting `maximum_failures` to 0."],["`kUnavailable` is the only status code that this class considers to be transient, and it provides functions to check if the retry count is exhausted, or if the error is permanent."]]],[]]