[[["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 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."]]],[]]