[[["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 provides documentation for the `TableServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for BigQuery Control."],["The `TableServiceLimitedErrorCountRetryPolicy` class defines a retry strategy for `TableServiceConnection` that limits the number of transient errors before stopping retries, with the `kUnavailable` status code being treated as transient."],["The policy can be configured to allow a specific number of transient errors, and it can be disabled by setting `maximum_failures` to 0 during instance creation."],["The documentation details the constructors, functions such as `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `maximum_failures()` that allow for the handling of failures, to checking exhaustion, to obtaining the max failure count respectively, and the `clone()` method."],["Several previous versions of the documentation for the same `TableServiceLimitedErrorCountRetryPolicy` class are also available for reference, spanning versions 2.27.0 through 2.36.0, with version 2.37.0 being the most recent release candidate."]]],[]]