[[["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."],[[["The `AlloyDBAdminLimitedErrorCountRetryPolicy` class provides a retry mechanism for `AlloyDBAdminConnection` that stops after a certain number of transient errors or if a non-transient error occurs."],["This class considers `kUnavailable` as a transient error and retries in that case, but it stops if any other type of error is encountered."],["You can construct instances of this retry policy, setting `maximum_failures` to define the number of allowed transient errors before stopping, with a value of 0 effectively disabling retries."],["The class offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and check the state of the retry policy."],["The documentation provides access to the version history of this class, ranging from `2.37.0-rc` to `2.11.0`."]]],[]]