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