[[["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."],[[["The `ServiceManagerLimitedErrorCountRetryPolicy` class provides a retry mechanism for `ServiceManagerConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a pre-defined `maximum_failures`, with the `kUnavailable` status code being treated as transient."],["You can disable the retry loop entirely by setting `maximum_failures` to 0 when creating an instance of this retry policy."],["This class provides functions to check for exhaustion, permanent failures, failures, and to get the `maximum_failures` value, along with the ability to create a clone of the retry policy."],["The latest version of the class is `2.37.0-rc`, and there are many previous versions listed dating back to `2.11.0`, all available to use."]]],[]]