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