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