[[["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 ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only ones that are treated as a transient error."],["The policy's constructor `SqlUsersServiceLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors (`maximum_failures`) tolerated before stopping, and setting this value to 0 will disable retries."],["The policy includes methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry state, with `clone()` generating a new policy instance in the initial state."],["The webpage displays a list of links to documentation for older versions of this policy, ranging from the latest release candidate, 2.37.0-rc, down to version 2.11.0."]]],[]]