[[["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 page details the `SqlUsersServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlUsersServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined maximum, with `kUnavailable` status codes being the only status treated as a transient failure."],["Users can configure the maximum number of transient errors to tolerate via the constructor, including disabling the retry loop entirely by setting `maximum_failures` to 0."],["The class provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` to manage and determine the state and properties of this retry policy."],["This page contains a list of versions for this policy that users can browse through."]]],[]]