[[["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 reference for the `ClusterManagerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for container services."],["The `ClusterManagerLimitedErrorCountRetryPolicy` class implements a retry mechanism that limits the number of transient errors (specifically `kUnavailable`) that are tolerated during an RPC call, stopping the retry process upon exceeding this number."],["The class offers constructors to create instances with a specified `maximum_failures` parameter, allowing customization of the number of transient errors tolerated before stopping the retry, with the ability to disable retries by setting it to 0."],["The policy includes functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry process and determine when to cease retrying based on error types and counts."],["This retry policy supports the ability to clone itself, reset to the initial state via the `clone()` function, and defines a type alias, `BaseType`, for `ClusterManagerRetryPolicy`."]]],[]]