[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `ClusterControllerLimitedErrorCountRetryPolicy` for the Google Cloud Dataproc C++ client library, specifically for versions 2.11.0 through 2.37.0-rc."],["The `ClusterControllerLimitedErrorCountRetryPolicy` defines a retry mechanism for `ClusterControllerConnection`, stopping retries upon encountering a non-transient error or exceeding a predefined number of transient failures."],["Transient errors within this context are identified by the `kUnavailable` status code."],["The policy can be customized to tolerate a specific number of transient errors by setting the `maximum_failures` parameter during construction, or completely disabling retry functionality by setting `maximum_failures` to 0."],["The document provides an overview of the classes constructors and functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."]]],[]]