[[["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."],[[["This webpage details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ client library for SQL, version 2.22.1, that manages retries for operations based on a limited number of transient errors."],["The retry policy implemented here will stop retrying if a non-transient error is encountered or if the number of transient failures surpasses the pre-defined limit."],["Transient errors for this specific class include the `kUnavailable` status code, as detailed in the provided documentation."],["The class offers constructors to establish the maximum number of transient errors that will be accepted before the retry loop is stopped, and the maximum failures can be set to `0` to completely disable the retry loop."],["The class further offers functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage the logic and status of the retry policy, including a function to determine if a failure is permanent, whether or not the policy is exhausted, and if a new copy of the policy needs to be generated."]]],[]]