[[["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-21 UTC."],[[["The `AlloyDBAdminLimitedErrorCountRetryPolicy` class provides a retry mechanism for `AlloyDBAdminConnection` that stops after a set number of transient errors or if a non-transient error occurs."],["This class considers the `kUnavailable` status code as a transient error, and it has constructors for setting a maximum number of transient failures."],["The class offers methods to check if the retry policy is exhausted, if a failure is permanent, and to set the maximum number of failures."],["It includes a `clone()` method to create a new instance of the policy reset to its initial state, as well as the `OnFailure` method which handles the logic of what happens during an error."],["It has a Type Alias `BaseType` for `AlloyDBAdminRetryPolicy`."]]],[]]