[[["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 `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class used to define retry behavior for the `SqlTiersServiceConnection` in Google Cloud C++."],["The retry policy limits the number of transient errors (`kUnavailable` status code) that are tolerated before stopping retries, and also halts on non-transient errors."],["You can customize the maximum number of transient failures allowed via the class constructor, with an option to disable retries completely by setting `maximum_failures` to 0."],["The documentation includes a list of available versions, as well as constructors and functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to configure and manage retry behavior."],["The `BaseType` is listed as an alias for the `SqlTiersServiceRetryPolicy` class."]]],[]]