[[["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-02 UTC."],[[["This webpage details the `SqlUsersServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `SqlUsersServiceConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds a predefined limit, where the status code `kUnavailable` is considered a transient error."],["Users can create an instance of the `SqlUsersServiceLimitedErrorCountRetryPolicy` with a specified maximum number of tolerated transient errors, and retry loops can be disabled by setting the `maximum_failures` parameter to 0."],["The policy includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior and determine the state of the policy, in addition to constructor methods."],["The page documents the various version numbers ranging from `2.37.0-rc` to `2.11.0` for the retry policy, which can be accessed from the links."]]],[]]