[[["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`, a retry mechanism for `AutoscalingPolicyServiceConnection`."],["The policy halts retries upon encountering a non-transient error or surpassing a predefined limit of transient failures."],["Transient errors are exclusively identified by the `kUnavailable` status code."],["The policy's constructor accepts an `int` parameter, `maximum_failures`, which determines the tolerance for transient errors, and setting this to 0 disables retries."],["The policy provides functionality such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` to manage and check the state of retries, as well as the base type alias `BaseType` for `AutoscalingPolicyServiceRetryPolicy`."]]],[]]