[[["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 provides documentation for the `DatabaseAdminLimitedErrorCountRetryPolicy` class in the Google Cloud Spanner C++ client library, with version 2.37.0-rc being the latest release."],["The `DatabaseAdminLimitedErrorCountRetryPolicy` class defines a retry policy for `DatabaseAdminConnection`, stopping if a non-transient error occurs or if a maximum number of transient failures are detected."],["The class treats `kUnavailable` status codes as transient errors, allowing for retries in those scenarios."],["Users can configure the retry policy by setting the `maximum_failures` parameter in the constructor, or disable it completely by setting `maximum_failures` to 0."],["The class has functions to define the maximum number of failures (`maximum_failures() const`), whether or not a failure is permanent (`IsPermanentFailure() const`), if the policy is exhausted (`IsExhausted() const`) and to handle failures (`OnFailure()`), as well as the ability to create a new instance of the policy (`clone() const`)."]]],[]]