[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page details the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, a class in the C++ SQL library that manages retries for RPC calls to the `SqlBackupRunsServiceConnection`."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit set by `maximum_failures`."],["Only the `kUnavailable` status code is considered a transient error for the purposes of this retry policy, and any other errors will cause it to stop."],["The policy class includes constructors for setting the `maximum_failures` limit, managing failures, and methods for determining if the policy is exhausted or has encountered a permanent failure, as well as creating new instances using the `clone()` method."],["This page also lists the different versions of this class, from 2.11.0 to 2.37.0-rc."]]],[]]