[[["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-22 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eDatabaseAdminLimitedErrorCountRetryPolicy\u003c/code\u003e class in the Google Cloud Spanner C++ client library, with version 2.37.0-rc being the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatabaseAdminLimitedErrorCountRetryPolicy\u003c/code\u003e class defines a retry policy for \u003ccode\u003eDatabaseAdminConnection\u003c/code\u003e, stopping if a non-transient error occurs or if a maximum number of transient failures are detected.\u003c/p\u003e\n"],["\u003cp\u003eThe class treats \u003ccode\u003ekUnavailable\u003c/code\u003e status codes as transient errors, allowing for retries in those scenarios.\u003c/p\u003e\n"],["\u003cp\u003eUsers can configure the retry policy by setting the \u003ccode\u003emaximum_failures\u003c/code\u003e parameter in the constructor, or disable it completely by setting \u003ccode\u003emaximum_failures\u003c/code\u003e to 0.\u003c/p\u003e\n"],["\u003cp\u003eThe class has functions to define the maximum number of failures (\u003ccode\u003emaximum_failures() const\u003c/code\u003e), whether or not a failure is permanent (\u003ccode\u003eIsPermanentFailure() const\u003c/code\u003e), if the policy is exhausted (\u003ccode\u003eIsExhausted() const\u003c/code\u003e) and to handle failures (\u003ccode\u003eOnFailure()\u003c/code\u003e), as well as the ability to create a new instance of the policy (\u003ccode\u003eclone() const\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]