[[["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 provides documentation for the `SqlAvailableDatabaseVersionsServiceLimitedErrorCountRetryPolicy` class, specifically for C++ in the context of Google Cloud SQL, with the current version being 2.32.0."],["The class implements a retry policy that limits the number of transient errors, where the `kUnavailable` status code is the only one considered a transient error, and stops retrying on non-transient errors or exceeding the set transient error count."],["The policy can be configured to tolerate a specific number of transient failures, or disable retries altogether by setting `maximum_failures` to 0, which is set when creating an instance."],["The class includes constructors, such as for defining maximum failures, and functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and monitor retry behavior, with functions returning either integers or booleans."],["The webpage also contains an archive of previous versions of the documentation that goes back to version 2.11.0, and the latest version of the documentation as well, which is 2.37.0-rc."]]],[]]