[[["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 `BatchControllerLimitedErrorCountRetryPolicy`, a retry mechanism for `BatchControllerConnection` in the Google Cloud Dataproc C++ client library."],["The retry policy halts when a non-transient error occurs or the number of transient failures exceeds a specified limit, with `kUnavailable` being considered a transient error."],["The policy is customizable via its constructor, allowing configuration of the maximum number of tolerated transient errors, where providing a `maximum_failures` of 0 disables the retry loop."],["The class includes methods to check for exhaustion, permanent failures, the maximum number of allowed failures and the ability to clone the policy, as well as a virtual `OnFailure` method to process errors."],["The webpage provides links to other versions and documentation for this class."]]],[]]