[[["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 details the `SqlConnectServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlConnectServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit, where the `kUnavailable` status code is the only status that will be treated as a transient error."],["You can construct a new `SqlConnectServiceLimitedErrorCountRetryPolicy` with a specified maximum number of allowed transient failures, or even set it to 0 to disable retries."],["The page provides information on the constructors and functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias, along with details about parameters, return types, and their descriptions for each."],["Multiple versions of this class are listed, with version 2.37.0-rc being the latest, showing the history of updates and changes."]]],[]]