[[["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-02 UTC."],[[["This webpage details the `SqlDatabasesServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ client library for SQL that implements a retry mechanism based on a limited number of errors."],["The policy will stop retrying if a non-transient error is returned by an RPC or if the number of transient errors, specifically `kUnavailable` status codes, exceeds the maximum failures set."],["The class provides constructors to set the maximum number of allowed transient failures and supports copy and move operations, and can be disabled by setting the constructor `maximum_failures` to 0."],["Key functions of this policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving a specific purpose related to managing retries and error handling."],["There are several versions of the documentation available, ranging from 2.11.0 to 2.37.0-rc, which are all linked and relate to the documentation about the `SqlDatabasesServiceLimitedErrorCountRetryPolicy` class."]]],[]]