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