[[["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 webpage details the `BigQueryReadLimitedErrorCountRetryPolicy`, a retry policy designed for `BigQueryReadConnection` that limits the number of transient errors it will tolerate."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this class."],["You can construct an instance of this policy, that accepts a parameter `maximum_failures`, which specifies the number of transient failures to tolerate before ending retry attempts, or you can create a copy by move or copy constructor."],["The class provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the retry policy's state and behavior."],["The webpage provides access to the documentation of this class across a history of different versions, with version 2.37.0-rc being the latest and 2.11.0 being the oldest, among the listed versions."]]],[]]