[[["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 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, and only the `kUnavailable` status code is considered a transient error."],["The `SqlBackupRunsServiceLimitedErrorCountRetryPolicy` constructor takes an integer `maximum_failures` to define the number of transient errors allowed, with a value of 0 disabling retries."],["The class provides functions to check if the retry policy is exhausted (`IsExhausted()`), determine if a status represents a permanent failure (`IsPermanentFailure()`), and to return the maximum failures (`maximum_failures()`)."],["There are links to the documentation for 26 separate versions of this policy class, ranging from version `2.37.0-rc` (latest) down to version `2.11.0`."]]],[]]