[[["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-09 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."]]],[]]