[[["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 page documents the `ServiceControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `ServiceControllerConnection` that limits the number of transient errors."],["The latest version of the documented API reference is 2.37.0-rc, with several other version options available, each with their own respective links to the documentation."],["The retry policy halts if an RPC returns a non-transient error or if the number of transient failures surpasses a set maximum, with `kUnavailable` status codes being the only code considered transient in this class."],["The policy can be configured to disable the retry loop by setting `maximum_failures` to 0, or by creating a `ServiceControllerLimitedErrorCountRetryPolicy` with a desired maximum transient error threshold."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle error counts, checks, and creation of new policy instances."]]],[]]