[[["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 `BatchControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `BatchControllerConnection` in the Google Cloud Dataproc C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures, and `kUnavailable` is the sole error status code considered transient."],["Users can customize the policy by setting the `maximum_failures` parameter, or even disable retry attempts entirely by setting `maximum_failures` to 0."],["The class provides constructors for creating new instances, copying existing ones, as well as functions for checking if the policy is exhausted, and handling failures, with a `clone` function available for resetting."],["There are multiple listed versions of this object, from 2.11.0 all the way to 2.37.0-rc."]]],[]]