[[["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 `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud SQL C++ library that manages retry attempts for operations, specifically for transient errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures surpasses a predefined limit, with `kUnavailable` being the status code for transient errors."],["You can instantiate the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy` with an integer representing the maximum number of transient errors allowed, and setting it to 0 disables retry functionality."],["The class provides functions such as `maximum_failures()` to retrieve the maximum allowed failures, `OnFailure()` to handle failures, and `IsExhausted()` to check if the retry policy is exhausted, among other functions."],["There are multiple versions of this class, and the versions are listed on the page, with version `2.37.0-rc` being the latest and `2.14.0` being the default version that has documentation on this page."]]],[]]