[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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`."]]],[]]