[[["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-21 UTC."],[[["This webpage provides documentation for the `SqlInstancesServiceLimitedErrorCountRetryPolicy` class, which is designed for managing retries in the context of `SqlInstancesServiceConnection`."],["The retry policy stops if an RPC returns a non-transient error or if the number of transient failures exceeds a predefined limit."],["Transient errors are identified by the `kUnavailable` status code, as specified in the documentation."],["The policy can be configured using a constructor that takes an integer `maximum_failures` to set the tolerance for transient errors, or `0` to disable the retry loop."],["The documentation includes information on constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures`, as well as the type alias `BaseType`, which is an alias of `SqlInstancesServiceRetryPolicy`."]]],[]]