[[["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-05 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."]]],[]]