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