[[["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-03-21 UTC."],[[["The `SqlTiersServiceLimitedErrorCountRetryPolicy` class provides a retry mechanism for `SqlTiersServiceConnection` that stops after encountering a non-transient error or exceeding a specified number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors that can be retried."],["The class constructor accepts an integer `maximum_failures` parameter, allowing for customization of the number of transient errors before the retry loop halts."],["The class offers a `maximum_failures()` function that returns the set maximum failures to be tolerated, and several virtual functions (`OnFailure`, `IsExhausted`, `IsPermanentFailure`) to determine retries and failures."],["The class has a `clone()` function that generates a new instance of the retry policy, resetting it to its initial state."]]],[]]