[[["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-07-02 UTC."],[[["This webpage details the `DatabaseAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `DatabaseAdminConnection` in the Google Cloud Spanner C++ client library."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a constructor to limit the number of transient errors it tolerates, where setting `maximum_failures` to 0 disables the retry loop entirely."],["The page covers multiple versions of the policy, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, along with its available functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The `BaseType` type alias refers to `DatabaseAdminRetryPolicy`."]]],[]]