[[["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 `SqlDatabasesServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `SqlDatabasesServiceConnection` based on the number of errors encountered."],["The retry policy ceases operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The `SqlDatabasesServiceLimitedErrorCountRetryPolicy` allows configuration for the maximum number of transient errors it will tolerate via the `maximum_failures` parameter during instantiation, with a value of 0 disabling retries."],["This class provides various functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and determine the retry process, and includes the `clone()` function to generate a new instance of the policy in its initial state."],["The page also lists historical version documentation, starting with version `2.37.0-rc (latest)` down to `2.11.0`, alongside the version `2.15.1` that the content is related to."]]],[]]