[[["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-14 UTC."],[[["This webpage provides documentation for the `SqlOperationsServiceLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `SqlOperationsServiceConnection` based on the number of errors encountered."],["The policy will stop retrying if a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being the sole status code that's considered a transient error."],["Users can control the behavior of this retry policy by setting the `maximum_failures` parameter during the class's construction, with a value of 0 disabling the retry loop entirely."],["The class includes various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to check the maximum amount of failures, handle failures, determine the exhaustion status, determine permanent failures, and create new policy instances respectively."],["The page also lists numerous versions, from `2.11.0` all the way up to the latest version, `2.37.0-rc`, of the `SqlOperationsServiceLimitedErrorCountRetryPolicy` documentation, so users can find what they are looking for depending on the version."]]],[]]