[[["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-26 UTC."],[[["This webpage details the `JobControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `JobControllerConnection` in the Google Cloud Dataproc C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, where `kUnavailable` status codes are classified as transient errors."],["The class constructor `JobControllerLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum allowable number of transient errors, with a value of 0 effectively disabling retries."],["It includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry process and failure conditions."],["The webpage lists available version documentation for this class, ranging from `2.11.0` to `2.36.0`, including the latest release candidate `2.37.0-rc`, and the current version `2.22.1`."]]],[]]