[[["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-04-17 UTC."],[[["This webpage details the `ServiceManagerLimitedErrorCountRetryPolicy`, a retry mechanism for `ServiceManagerConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or exceeds a pre-defined maximum number of transient failures, with `kUnavailable` status codes being the only codes treated as transient errors."],["The class has constructors to create instances, with the option to disable the retry loop by setting `maximum_failures` to 0."],["Key functions within this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving to manage different aspects of the retry process."],["It also includes a `BaseType` alias, which is an alias of the `ServiceManagerRetryPolicy` type."]]],[]]