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