[[["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-08 UTC."],[[["This webpage provides documentation for the `SqlBackupRunsServiceLimitedErrorCountRetryPolicy`, a class used to define retry behavior for the `SqlBackupRunsServiceConnection` in Google Cloud C++."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors in this context are defined as those returning an \"Unavailable\" status code, represented by `kUnavailable`."],["You can customize the maximum number of transient failures allowed by setting the `maximum_failures` parameter when creating an instance, and it can be disabled completely by setting it to 0."],["The class offers methods for checking if retries are exhausted, if a failure is permanent, and for cloning the policy to reset it, in addition to several constructor options."]]],[]]