[[["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 page details the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, which manages retries for `SqlBackupRunsServiceConnection` based on the number of errors encountered."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status codes being considered transient errors."],["The class allows configuration of the maximum number of transient errors tolerated through its constructor, where `maximum_failures` determines how many retries are allowed before stopping."],["Key functions within this policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each playing a specific role in managing the retry process and its state."],["The page provides documentation for a range of versions, from 2.11.0 to 2.37.0-rc, indicating a history of updates and modifications to this retry policy."]]],[]]