[[["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-04-23 UTC."],[[["This page documents the `RoutineServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RoutineServiceConnection` in the context of Google Cloud's C++ BigQuery Control library."],["The policy limits retries based on the number of transient errors encountered, and it stops retrying if a non-transient error is detected or if the number of transient failures exceeds a set limit."],["Transient errors, specifically `kUnavailable` status codes, trigger retry attempts, according to this policy."],["The policy offers constructors to define the maximum number of transient failures allowed and methods to check the remaining number of retries and to determine if a failure is permanent."],["This class also includes methods for checking if the retry policy is exhausted and for cloning the policy to its initial state."]]],[]]