[[["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 `SessionControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `SessionControllerConnection` in the Google Cloud Dataproc C++ client library."],["The policy halts retries when encountering a non-transient error or exceeding a predefined number of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class constructor `SessionControllerLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum allowable transient failures, and retries can be disabled by setting the `maximum_failures` to 0."],["The policy defines functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` for managing and querying the state of the policy."],["The page also provides links to the policy documentation for multiple versions, ranging from 2.37.0-rc to 2.11.0, in addition to its documentation for version 2.29.0."]]],[]]