[[["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 provides documentation for the `SqlDatabasesServiceLimitedErrorCountRetryPolicy` class, focusing on different versions of the C++ client library for Google Cloud SQL."],["The `SqlDatabasesServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `SqlDatabasesServiceConnection` that limits the number of transient errors before stopping retries."],["The class allows customization of the maximum number of transient failures tolerated via a constructor parameter, enabling users to disable the retry loop by setting `maximum_failures` to 0."],["Transient errors, specifically `kUnavailable`, are factored into the retry count, while non-transient errors immediately halt the retry process."],["The page details various methods within the class, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, along with a breakdown of constructor usage."]]],[]]