[[["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-14 UTC."],[[["This page provides documentation for the `DataPolicyServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ BigQuery Data Policies API."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified maximum."],["The latest version of the documentation is `2.37.0-rc`, and several previous versions, spanning from `2.36.0` to `2.11.0` are also documented, all referring to the `DataPolicyServiceLimitedErrorCountRetryPolicy` class."],["The class has constructors that allow the creation of an instance that tolerates up to a certain number of transient errors, and allows the retry loop to be disabled by setting the maximum failures to 0."],["Key functions of this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, managing the retry count, evaluating the nature of failures, and managing the retry policy."]]],[]]