[[["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-09 UTC."],[[["This webpage details the `DataLimitedErrorCountRetryPolicy`, a retry mechanism for `bigtable::DataConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors include `kAborted`, `kUnavailable`, and specific instances of `kInternal` errors related to connection resets."],["You can configure the maximum number of allowed transient errors via the constructor `DataLimitedErrorCountRetryPolicy(int)`, and it can be disabled when you set `maximum_failures` to 0."],["The page provides documentation for multiple versions of this class, from `2.11.0` to the most recent `2.37.0-rc`, along with details about each version's available functions, constructors, and parameters."]]],[]]