[[["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-14 UTC."],[[["This document provides details on the `SqlUsersServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `SqlUsersServiceConnection`."],["The policy limits retries based on the number of transient errors encountered, stopping if a non-transient error occurs or if the maximum allowed transient failures are exceeded."],["The policy considers the `kUnavailable` status code as a transient error, which are the only failures that are treated as such."],["The document provides different versions of the `SqlUsersServiceLimitedErrorCountRetryPolicy`, going all the way back to version 2.11.0, and up to the latest, 2.37.0-rc."],["It includes details on how to construct the policy, including how to disable the retry loop by setting `maximum_failures` to 0, as well as details on relevant functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, with each of these detailed."]]],[]]