[[["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-21 UTC."],[[["This webpage details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library, specifically for the SQL service."],["The retry policy halts if a non-transient error occurs or if transient failures exceed a set limit, with `kUnavailable` being the only status code treated as transient in this class."],["The `SqlTiersServiceLimitedErrorCountRetryPolicy` class has a constructor that sets the maximum number of transient errors before stopping retries, and it is possible to disable retries entirely by setting the maximum failures to 0."],["The class contains several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage the retry behavior."],["This page also contains a list of previous versions of the library which are available to view."]]],[]]