[[["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 webpage details the `AlloyDBAdminLimitedErrorCountRetryPolicy` class, which is a retry mechanism for `AlloyDBAdminConnection` that halts retries on non-transient errors or when a specified number of transient failures occur."],["The class treats `kUnavailable` status codes as transient errors, meaning it can retry when encountering this type of error up to a maximum amount."],["The retry policy can be disabled by setting `maximum_failures` to 0 during instantiation."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and evaluate the retry behavior."],["This class also supports creating a new instance of the policy via `clone()`."]]],[]]