[[["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 provides documentation for the `JobControllerLimitedErrorCountRetryPolicy` class in the Google Cloud Dataproc C++ library, specifically version 2.17.0."],["The `JobControllerLimitedErrorCountRetryPolicy` class is a retry policy for `JobControllerConnection` that stops retrying if it detects non-transient errors or exceeds a defined number of transient errors, specifically treating `kUnavailable` status codes as transient."],["You can configure the maximum number of transient errors allowed via the constructor `JobControllerLimitedErrorCountRetryPolicy(int)`, allowing to disable the retry loop by setting the `maximum_failures` to 0."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry behavior, alongside type aliases such as BaseType for `JobControllerRetryPolicy`."],["The webpage lists documentation links for various other versions of the same class, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]