[[["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` class, detailing its use in managing retries for `SqlTiersServiceConnection` within the Google Cloud C++ client library."],["The `SqlTiersServiceLimitedErrorCountRetryPolicy` class controls the number of transient errors allowed during retries, stopping the retry process if a non-transient error occurs or if the maximum number of transient failures is exceeded."],["Transient errors, defined in this context, are specifically associated with the `kUnavailable` status code, and the retry loop can be disabled by setting `maximum_failures` to 0 in the constructor."],["The documentation outlines the available constructors, functions (including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`), and the type alias `BaseType` associated with `SqlTiersServiceLimitedErrorCountRetryPolicy`."],["The provided content contains multiple links to different versions of the documentation starting from version 2.11.0 up until the most recent release candidate of 2.37.0-rc."]]],[]]