[[["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-17 UTC."],[[["This page details the `BigQueryReadLimitedErrorCountRetryPolicy`, a retry policy for `BigQueryReadConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The policy can be configured to tolerate a specific number of transient errors, which is defined by the `maximum_failures` parameter during instantiation, and setting it to `0` will disable retries."],["The `BigQueryReadLimitedErrorCountRetryPolicy` class includes methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with constructors and a `BaseType` alias."],["This page also contains links to the documentation of various versions of this policy, including the latest release candidate [2.37.0-rc]."]]],[]]