[[["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 webpage details the `AutoscalingPolicyServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `AutoscalingPolicyServiceConnection`."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` being the only status code that's considered a transient error."],["You can control how many transient errors are tolerated by defining the `maximum_failures` in the policy constructor, using `0` to disable retries."],["The policy's available functions include checking if it's exhausted (`IsExhausted`), determining if a failure is permanent (`IsPermanentFailure`), and cloning the policy to create new instances (`clone`)."],["The document provides a history of versions of the class, ranging from `2.11.0` to the current release candidate `2.37.0-rc`."]]],[]]