[[["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-21 UTC."],[[["This webpage details the `DataLimitedErrorCountRetryPolicy` class, which is used for managing retries for `bigtable::DataConnection` in C++ based on a limited number of errors."],["The policy will stop retrying if a non-transient error is returned or if the number of transient errors exceeds the set maximum."],["Transient errors include `kAborted`, `kUnavailable`, and `kInternal` if triggered by a connection reset, while non-transient errors will halt the process."],["The `DataLimitedErrorCountRetryPolicy` class provides constructors to set the maximum number of transient failures and functions to check if the policy is exhausted, if an error is permanent, or to return the max allowed failures."],["The page also includes a comprehensive list of previous versions of the `DataLimitedErrorCountRetryPolicy` class, along with the latest release candidate."]]],[]]