[[["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 manages retries for the `AutoscalingPolicyServiceConnection` based on the number of errors encountered."],["The retry policy terminates if 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 context."],["The policy's constructor allows setting the `maximum_failures`, where setting it to 0 will disable the retry loop entirely, meaning that it will not tolerate any transient errors."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior, check the state of the retries, and create new instances."],["The webpage provides a list of available versions for this policy, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, each with its own dedicated documentation link."]]],[]]