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