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