[[["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`, which is a retry policy for `ServiceManagerConnection` that limits retries based on the count of transient errors."],["The policy halts retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The `kUnavailable` status code is considered a transient error in this retry policy."],["You can customize the maximum number of transient failures tolerated by the policy using the `maximum_failures` parameter during the policy's construction; the retry loop is disabled when `maximum_failures` is set to 0."],["The webpage also provides access to documentation for various versions, with `2.37.0-rc` being the latest, of the class `ServiceManagerLimitedErrorCountRetryPolicy`."]]],[]]