[[["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 page details the `SqlDatabasesServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SqlDatabasesServiceConnection` that halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, allowing for retries when such errors occur."],["You can set the maximum number of transient errors tolerated via the constructor, with setting `maximum_failures` to 0 effectively disabling the retry loop."],["The policy provides functions like `IsExhausted`, `IsPermanentFailure`, `OnFailure`, `maximum_failures`, and `clone` for managing retries and determining the state of the retry process."],["The page has a list of class versions from 2.11.0 all the way to the latest release 2.37.0-rc, with version 2.22.1 being the version that is currently displayed."]]],[]]