[[["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 `SqlConnectServiceLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `SqlConnectServiceConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, as considered by the policy, are those with the `kUnavailable` status code."],["The class can be constructed to limit the maximum number of tolerated transient errors, or with the `maximum_failures` set to 0, you can disable the retry loop."],["The class supports functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and checking the retry state, as well as type aliasing for `BaseType`."]]],[]]