[[["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 webpage provides documentation for the `BackupDRLimitedErrorCountRetryPolicy` class, which is designed to handle transient errors during RPC calls within the `BackupDRConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds the predefined `maximum_failures` threshold."],["The class constructor allows you to set the `maximum_failures` which dictates the number of transient errors allowed, you can also use 0 to disable retries."],["The policy treats `kUnavailable` status codes as transient errors and includes functions to check if the retry policy is exhausted, if there is a permanent failure, and if a status is considered an error."],["The webpage documents the `BackupDRLimitedErrorCountRetryPolicy` class for multiple versions, ranging from the latest 2.37.0-rc to 2.23.0."]]],[]]