[[["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 in version 2.29.0 of the Google Cloud C++ library, as well as a range of other versions."],["The `BackupDRLimitedErrorCountRetryPolicy` class is used to set up a retry policy for `BackupDRConnection`, which limits retries based on the number of detected errors."],["The retry policy stops when a non-transient error is encountered or when the number of transient failures exceeds a predefined limit."],["The only transient error status code mentioned that this class is sensitive to is `kUnavailable`, and retry can be disabled by setting `maximum_failures` to 0 during instantiation."],["The class provides functionalities to get the maximum number of failures allowed, check for exhaustion, and determine if a failure is permanent."]]],[]]