[[["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 retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors are identified by the `kUnavailable` status code, and the retry loop can be disabled by setting `maximum_failures` to 0 when creating an instance of the retry policy."],["The class provides constructors to set the maximum number of transient errors allowed, as well as functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior."],["The `BaseType` alias is defined as `SqlOperationsServiceRetryPolicy`."]]],[]]