[[["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 `SqlOperationsServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlOperationsServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit."],["Transient errors, specifically `kUnavailable`, trigger retry attempts under this policy."],["The `SqlOperationsServiceLimitedErrorCountRetryPolicy` can be configured to allow a specific `maximum_failures` count of transient errors before stopping retries, and can be disabled completely by setting `maximum_failures` to 0."],["The policy includes methods to determine if retries are exhausted, whether a failure is permanent, and to clone the policy, and it also has a `BaseType` alias of `SqlOperationsServiceRetryPolicy`."]]],[]]