[[["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 a versioned list of the `ClusterManagerLimitedErrorCountRetryPolicy` class, spanning from version 2.11.0 to 2.37.0-rc, with links to detailed documentation for each release."],["The `ClusterManagerLimitedErrorCountRetryPolicy` class is a retry policy for `ClusterManagerConnection` that limits retries based on a count of transient errors, stopping if a non-transient error occurs or if the maximum number of transient failures is exceeded."],["Transient errors are identified by the `kUnavailable` status code, and the policy can be disabled by setting the `maximum_failures` parameter to 0 during construction."],["The policy offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior and determine the status of the policy."],["The `BaseType` is a type alias for `ClusterManagerRetryPolicy`."]]],[]]