[[["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-21 UTC."],[[["This page documents the `TableServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `TableServiceConnection` in the BigQuery Control API."],["The retry policy halts if a non-transient error is encountered or if the number of transient failures exceeds a predefined limit."],["The policy treats `kUnavailable` as a transient error and retries in those situations."],["The `TableServiceLimitedErrorCountRetryPolicy` constructor is designed to tolerate up to a specified number of transient errors, which can be disabled by setting the `maximum_failures` parameter to zero."],["The main functions for this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each for configuring the retry behavior."]]],[]]