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