[[["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 `SqlDatabasesServiceLimitedErrorCountRetryPolicy`, a class used for handling retries in the `SqlDatabasesServiceConnection` based on the number of errors encountered."],["The `SqlDatabasesServiceLimitedErrorCountRetryPolicy` stops retrying when a non-transient error is received, or when the number of transient failures exceeds a set maximum, with `kUnavailable` being the only status code categorized as a transient error in this class."],["The class offers constructors to set a `maximum_failures` parameter, allowing users to disable retries by setting this value to zero, or to dictate how many transient errors to tolerate before retries are stopped."],["The class features several functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` that allow you to check the parameters and current status of the retry policy, as well as create new copies of it."],["This page also includes documentation for the class through its various versions, ranging from `2.37.0-rc` (the latest version) down to `2.11.0`, allowing the user to explore the documentation specific to each release."]]],[]]