[[["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 `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, a class for managing retries in `SqlBackupRunsServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being the status code treated as a transient error."],["Users can control retry behavior by setting the `maximum_failures` parameter in the constructor, with `maximum_failures` == 0 disabling the retry loop."],["The class offers methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to inspect the retry conditions, determine exhaustion, and make copies."],["The latest version available is 2.37.0-rc, and there are numerous past versions detailed, ranging from 2.36.0 to 2.11.0."]]],[]]