[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 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."]]],[]]