[[["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 documents the `DatasetServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DatasetServiceConnection` in the C++ BigQuery Control library."],["The retry policy limits retries based on the number of transient errors, and it stops retrying if a non-transient error occurs or if the number of transient errors exceeds a set limit."],["`kUnavailable` is the only status code considered a transient error in this retry policy."],["The policy can be customized by setting a maximum number of transient failures in its constructor, disabling it by setting `maximum_failures` to 0."],["This class has a base type alias of `DatasetServiceRetryPolicy` and provides methods for handling failure status, determining exhaustion, and creating new instances of itself."]]],[]]