[[["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."],[[["The `SqlInstancesServiceLimitedErrorCountRetryPolicy` class provides a retry mechanism for `SqlInstancesServiceConnection` that stops retrying upon encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors, in this context, are identified by the `kUnavailable` status code, and you can configure the maximum number of tolerated transient errors upon the class creation."],["The policy can be disabled by creating an instance with `maximum_failures` set to 0."],["The class includes constructors for creating new instances and copying existing instances, as well as functions for checking if the retry policy is exhausted, identifying permanent failures, and cloning the policy."],["The available documentation covers C++ versions for this class between 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the latest."]]],[]]