[[["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-05-07 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 through the constructor parameter `maximum_failures`, with the retry loop disabled when `maximum_failures` is set to 0."],["The available functions include `maximum_failures()` to get the maximum number of allowed failures, `OnFailure()` to determine if retrying is allowed based on the status, `IsExhausted()` to determine if the policy is exhausted, `IsPermanentFailure()` to check if the status is permanent and `clone()` to reset to the original state."],["The page provides documentation for various versions, ranging from version `2.37.0-rc` down to version `2.11.0` of the `BigQueryReadLimitedErrorCountRetryPolicy`."]]],[]]