[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]