[[["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."],[[["This webpage details the `DatabaseAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `DatabaseAdminConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status codes being considered transient errors."],["You can set a maximum number of transient errors to tolerate when constructing the policy, and can even completely disable the retry loop by setting the maximum failures to 0."],["The documentation covers its constructors, including `DatabaseAdminLimitedErrorCountRetryPolicy(int)`, and the functions, such as `maximum_failures()`, `OnFailure()`, and `IsPermanentFailure()`, that can be used with this class."],["The page provides access to other versions of the documentation, ranging from `2.37.0-rc` (the latest version) to `2.11.0`."]]],[]]