[[["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`, which manages retries for the `AutoscalingPolicyServiceConnection` in Google Cloud Dataproc."],["The policy halts retries when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered as a transient error in this instance."],["The policy's constructor `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy(int)` sets the maximum allowed number of transient errors (`maximum_failures`) before stopping retries, where setting `maximum_failures` to 0 disables the retry mechanism."],["Key functions of this class are `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which are used to set, track and control the retry process."],["The latest release version of this documentation is 2.37.0-rc, and there are multiple previous release versions available ranging from version 2.11.0 up to 2.36.0."]]],[]]