[[["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 provides information on the `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy` class, used to manage retries for the `AutoscalingPolicyServiceConnection` in the `dataproc` service."],["The retry policy halts if a non-transient error is encountered or if the number of transient failures surpasses the set limit."],["Transient errors in this policy are identified by the `kUnavailable` status code, as referenced in the Google Cloud documentation."],["The class allows you to define the maximum number of transient errors via a constructor parameter, with the option to disable retries by setting `maximum_failures` to 0."],["Several functions are provided to check if it has exhausted retry attempts, or if a error is considered a permanent failure or not."]]],[]]