[[["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 `SqlInstancesServiceLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `SqlInstancesServiceConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors, specifically the `kUnavailable` status code, are the focus of the retrying process for this policy."],["The `SqlInstancesServiceLimitedErrorCountRetryPolicy` class offers constructors to set the maximum number of allowed transient errors, enabling users to disable retries by setting `maximum_failures` to 0."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and evaluating the retry process, along with the `BaseType` alias."]]],[]]