[[["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-07-09 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."]]],[]]