[[["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-04-09 UTC."],[[["This webpage details the `JobControllerLimitedErrorCountRetryPolicy` class, which manages retry attempts for `JobControllerConnection` in the Dataproc API based on the number of errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The class constructor `JobControllerLimitedErrorCountRetryPolicy(int)` sets the maximum number of transient errors allowed, and can disable retries by setting the max number to 0."],["The class offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to control and check retry behaviors."],["The page also lists various Dataproc API versions from 2.11.0 up to 2.37.0-rc (latest) that contain a version of this policy class."]]],[]]