[[["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 document provides information on the `BackupDRLimitedErrorCountRetryPolicy`, a class used to manage retry behavior for `BackupDRConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if a specified number of transient failures (such as `kUnavailable`) is exceeded."],["You can configure the number of tolerated transient errors using the constructor `BackupDRLimitedErrorCountRetryPolicy(int maximum_failures)`, setting `maximum_failures` to 0 effectively disables retries."],["The document contains references to different versions of the class, ranging from 2.23.0 to the latest release candidate 2.37.0-rc."],["Key methods included are `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which define how the policy operates."]]],[]]