[[["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 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`."]]],[]]