[[["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-08-14 UTC."],[[["This document outlines the `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy` for the Google Cloud Dataproc C++ client library, with version 2.37.0-rc being the latest available version and a list of all the available versions."],["The retry policy halts when a non-transient error is returned or when the number of transient failures exceeds a set limit, treating `kUnavailable` status codes as transient errors."],["You can create an instance of this policy, configuring it to tolerate a specified number of transient errors using the `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy(int)` constructor, or completely disable retries by setting `maximum_failures` to 0."],["The `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy` has functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allows for customization of how this retry policy functions."],["The type alias `BaseType` is an alias for `AutoscalingPolicyServiceRetryPolicy`."]]],[]]