[[["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-14 UTC."],[[["This webpage details the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, which manages retries for `SqlBackupRunsServiceConnection` in C++."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors are identified by the `kUnavailable` status code."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter during object construction to control the number of allowed transient errors, with `maximum_failures` equal to 0 disabling the retry mechanism."],["The documentation details functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const` to manage retry behavior and determine the state of the connection."]]],[]]