[[["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 document provides information on the `ClusterManagerLimitedErrorCountRetryPolicy`, a class that defines a retry strategy for `ClusterManagerConnection`."],["The retry policy is designed to halt retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors, as determined by this policy, are specifically those with the `kUnavailable` status code."],["The policy allows customization of the maximum number of tolerated transient errors during its construction, with the option to disable retries entirely by setting `maximum_failures` to 0."],["The document also outlines various constructors and functions associated with the `ClusterManagerLimitedErrorCountRetryPolicy` class, as well as detailing its associated type alias."]]],[]]