[[["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 used for handling retries in `ClusterManagerConnection`."],["The retry policy is designed to stop retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors are specifically defined as those with the `kUnavailable` status code, according to the context."],["The class includes constructors to set the maximum number of transient failures, with the option to disable retries by setting this number to 0."],["It also defines functions to check the maximum failures, determine if the policy is exhausted, identify permanent failures, and create a clone of the policy with the initial state."]]],[]]