[[["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 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."]]],[]]