[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]