[[["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 to manage retries for `bigtable::DataConnection` based on error counts."],["The policy stops retrying if it encounters a non-transient error or exceeds a specified number of transient failures."],["Transient errors include status codes `kAborted`, `kUnavailable`, and `kInternal` (if caused by a connection reset)."],["The class offers multiple constructors to allow flexibility in how it is instantiated, including one to disable the retry loop entirely by setting `maximum_failures` to 0."],["The class has functions to manage the maximum failures allowed, handle failures, determine if it is exhausted or a permanent failure, and clone the configuration."]]],[]]