[[["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-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSqlTiersServiceLimitedErrorCountRetryPolicy\u003c/code\u003e class provides a retry mechanism for \u003ccode\u003eSqlTiersServiceConnection\u003c/code\u003e that stops after encountering a non-transient error or exceeding a specified number of transient failures.\u003c/p\u003e\n"],["\u003cp\u003eThe policy treats \u003ccode\u003ekUnavailable\u003c/code\u003e status codes as transient errors that can be retried.\u003c/p\u003e\n"],["\u003cp\u003eThe class constructor accepts an integer \u003ccode\u003emaximum_failures\u003c/code\u003e parameter, allowing for customization of the number of transient errors before the retry loop halts.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a \u003ccode\u003emaximum_failures()\u003c/code\u003e function that returns the set maximum failures to be tolerated, and several virtual functions (\u003ccode\u003eOnFailure\u003c/code\u003e, \u003ccode\u003eIsExhausted\u003c/code\u003e, \u003ccode\u003eIsPermanentFailure\u003c/code\u003e) to determine retries and failures.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a \u003ccode\u003eclone()\u003c/code\u003e function that generates a new instance of the retry policy, resetting it to its initial state.\u003c/p\u003e\n"]]],[],null,[]]