[[["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 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()`."]]],[]]