[[["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 used to define a retry policy for `BackupDRConnection` in the Google Cloud C++ library."],["The `BackupDRLimitedErrorCountRetryPolicy` class stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Only `kUnavailable` status codes are considered transient errors within this class, so other error types will terminate the retry attempts."],["The class can be configured with a constructor that takes an `int` to set the `maximum_failures`, and it can be used to disable retry attempts by setting `maximum_failures` to 0."],["This class also has virtual functions for `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` allowing for managing retry behavior, as well as a function `maximum_failures()` to get the maximum amount of failures allowed, and lastly a BaseType alias of `BackupDRRetryPolicy`."]]],[]]