[[["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-21 UTC."],[[["This page documents the `BatchControllerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Dataproc C++ client library, specifically within version 2.20.0."],["The retry policy is designed for `BatchControllerConnection` and is based on counting errors, stopping if non-transient errors occur or if the number of transient failures exceeds a set limit."],["The policy considers the `kUnavailable` status code as a transient error, and provides constructors that allow setting a maximum number of transient error tolerances."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry logic and assess the error status, and also has the type alias `BaseType` for `BatchControllerRetryPolicy`."]]],[]]