[[["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-21 UTC."],[[["This page details the `SessionControllerLimitedErrorCountRetryPolicy` for the Google Cloud Dataproc C++ client library, specifically for versions ranging from 2.11.0 to 2.37.0-rc."],["The retry policy is designed for `SessionControllerConnection` and stops retrying when encountering non-transient errors or exceeding a defined number of transient failures, with `kUnavailable` being the only defined transient error status code."],["You can configure the policy by setting `maximum_failures` during the `SessionControllerLimitedErrorCountRetryPolicy` constructor, also the retry loop is disabled if `maximum_failures` is 0."],["The class includes methods for managing retry attempts such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone`, as well as a `maximum_failures()` method that returns the maximum number of transient failures tolerated by the policy."],["The class has multiple constructors to manage how the retry policy is created, and it also has a base type alias that is `SessionControllerRetryPolicy`."]]],[]]