[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]