[[["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 document provides details on the `BigQueryWriteLimitedErrorCountRetryPolicy`, which is a retry policy designed for `BigQueryWriteConnection` that limits the number of transient errors before ceasing retries."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds the `maximum_failures` threshold, with `kUnavailable` being treated as a transient error."],["You can initialize `BigQueryWriteLimitedErrorCountRetryPolicy` instances, defining the `maximum_failures` during creation, with the ability to completely disable retries by setting `maximum_failures` to zero."],["The policy offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry state and to make copies."],["The document also lists many versions of this policy starting from version 2.37.0-rc down to version 2.11.0, along with links to each version's documentation."]]],[]]