[[["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 provides documentation for the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, a class designed to handle transient errors in RPC calls to `SqlBackupRunsServiceConnection`."],["The retry policy stops if it encounters a non-transient error or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only errors treated as transient."],["The class includes constructors to set the maximum number of allowed transient errors, with an option to disable retries by setting `maximum_failures` to 0, and copy/move constructors for duplicating policies."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are used to control the number of retries, determine failure status, and create new policy instances."],["The documentation also contains a list of various version of this policy."]]],[]]