[[["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-04-09 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 the only transient error."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter in the constructor to control the number of allowed transient errors, or disabling retries entirely by setting `maximum_failures` to zero."],["The class provides functions to determine if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), the maximum amount of failures allowed (`maximum_failures`), if a retry should occur (`OnFailure`), and to create a new instance (`clone`)."],["This page also lists version history, ranging from `2.37.0-rc` to `2.11.0`, of the `DatabaseAdminLimitedErrorCountRetryPolicy` class for the Spanner C++ client library."]]],[]]