[[["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 details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library, specifically for SQL service tier operations, with version 2.21.0 being the base of these docs."],["The retry policy limits retries based on the number of transient errors, stopping upon non-transient errors or exceeding the maximum number of transient failures."],["The class constructor allows setting a maximum number of transient failures, with a value of 0 disabling retries, and it also has copy and move constructors to easily create new objects."],["Key functions include `maximum_failures()` to get the maximum number of allowed failures, `OnFailure()` to determine if retrying is allowed on the given status, `IsExhausted()` to see if the policy is exhausted, `IsPermanentFailure()` to see if the given status is permanent, and `clone()` to create new copies."],["It also shows the version history for this page, going as far back as 2.11.0, with 2.37.0-rc being the latest, and shows what can be considered a transient error, being the `kUnavailable` status code."]]],[]]