[[["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 document describes the `RoutineServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RoutineServiceConnection` in the BigQueryControl C++ library."],["The policy retries operations up to a defined number of transient errors, specifically treating `kUnavailable` status codes as transient failures."],["The retry mechanism stops immediately if a non-transient error is encountered, or the number of transient failures exceeds the specified `maximum_failures`."],["You can disable retries entirely by setting `maximum_failures` to 0 when creating an instance of the policy."],["The class provides methods to manage the policy, such as checking if the retry limit has been reached, determining if a failure is permanent, and cloning the policy."]]],[]]