[[["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."],[[["This webpage details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud SQL C++ library that manages retry attempts for transient errors."],["The class allows configuration of a maximum number of transient failures before stopping retries, with `kUnavailable` being the only status code considered a transient error in this policy."],["The `SqlTiersServiceLimitedErrorCountRetryPolicy` constructor allows setting the maximum number of tolerated transient errors and also supports copy and move constructors."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and assess the retry process, along with a virtual `clone()` function to create a reset instance."],["There are many documented versions available of the `SqlTiersServiceLimitedErrorCountRetryPolicy` for users to reference, with `2.37.0-rc` being the latest version available."]]],[]]