[[["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 `SessionControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `SessionControllerConnection` in the Google Cloud Dataproc C++ client library."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` errors considered as transient."],["The policy is initialized with `SessionControllerLimitedErrorCountRetryPolicy(int)` constructor by providing the amount of `maximum_failures` or setting it to 0 to disable retry loops."],["It provides methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine the state of the policy and if it has reached the failure threshold, alongside a `clone` function to create a reset instance of the policy."],["The page also lists the available documentation for `SessionControllerLimitedErrorCountRetryPolicy` for various versions of the `dataproc` library, ranging from `2.37.0-rc` down to `2.11.0`."]]],[]]