[[["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 retry mechanism for `ClusterManagerConnection` in the Google Cloud C++ client library."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The class offers constructors to define the maximum number of allowed transient errors, with a `maximum_failures` of 0 effectively disabling retries."],["The class provides functions to check if it is exhausted, to check for permanent failures, and to clone itself, in addition to the `OnFailure` method to process errors."]]],[]]