[[["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 details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ client library for SQL, version 2.33.0, designed to manage retries for the `SqlTiersServiceConnection`."],["The retry policy stops when a non-transient error occurs or if a specified number of transient failures, specifically `kUnavailable` errors, is exceeded."],["The policy allows you to specify the `maximum_failures` that are tolerated before stopping retries, and it can be disabled by setting this value to zero."],["The `SqlTiersServiceLimitedErrorCountRetryPolicy` class includes methods to determine if the retry policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and a function to create a new instance of the policy (`clone`)."],["The webpage also contains links to previous versions of this policy, from 2.37.0-rc to 2.11.0."]]],[]]