[[["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."],[[["The page details the `SqlOperationsServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlOperationsServiceConnection` that limits retries based on the count of transient errors."],["This retry policy ceases if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only status codes treated as transient."],["The `SqlOperationsServiceLimitedErrorCountRetryPolicy` can be constructed with a specified `maximum_failures` parameter, where setting it to 0 effectively disables the retry loop."],["The page covers important functions of the policy, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone` and `maximum_failures`, detailing their parameters and return types for managing retries."],["The list of versions available for this class is shown, ranging from version `2.37.0-rc` as the latest to `2.11.0` as the oldest, with links to their respective documentation."]]],[]]