[[["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 provides documentation for the `DataLimitedErrorCountRetryPolicy` class, a retry mechanism used with `bigtable::DataConnection` in C++."],["The policy limits retries based on the number of transient errors encountered, ceasing operation if a non-transient error occurs or the maximum number of transient failures is reached."],["Transient errors include `kAborted`, `kUnavailable`, and `kInternal` status codes with connection reset messages, as defined by the policy."],["The policy can be configured with a maximum number of transient errors (`maximum_failures`), and the retry loop can be disabled by setting `maximum_failures` to 0."],["The documentation includes information regarding various versions of this class, ranging from the latest `2.37.0-rc`, to version `2.11.0`."]]],[]]