[[["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-05 UTC."],[[["This document describes the `BackupDRLimitedErrorCountRetryPolicy`, a retry policy designed for `BackupDRConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["You can set the maximum number of allowed transient failures when creating an instance, and setting it to 0 disables the retry loop entirely."],["The policy offers methods to check for exhaustion, permanent failures, and to clone the current policy, along with retrieving the maximum allowed transient failures."],["The document provides version history for the policy, listing versions from 2.23.0 up to the latest release candidate 2.37.0-rc, with this document reflecting the 2.31.0 release."]]],[]]