[[["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 used to manage retries for the `SqlBackupRunsServiceConnection` based on the number of errors encountered."],["The retry policy will stop if a non-transient error is detected or if the number of transient failures exceeds a predefined threshold, and only `kUnavailable` status codes are considered transient errors in this context."],["The class offers constructors to set the maximum allowed number of transient failures and has functions to check if it is exhausted or if a given status constitutes a permanent failure, all returning a boolean value."],["It also provides a `clone()` function to generate a fresh instance of the policy and a `maximum_failures()` function to return the amount of tolerated errors."],["The webpage has a listing of previous versions of the class, with the most recent being 2.37.0-rc and the current one for this documentation being 2.29.0."]]],[]]