[[["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-04-23 UTC."],[[["This webpage details the `DataLimitedErrorCountRetryPolicy` class, which is used for retrying operations on a `bigtable::DataConnection` based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors considered by this policy include `kAborted`, `kUnavailable`, and `kInternal` errors when indicating a connection reset."],["You can create a `DataLimitedErrorCountRetryPolicy` object that allows for a certain amount of transient errors, but a zero value will effectively disable retries."],["The webpage also includes various versions of the class, including version `2.37.0-rc` which is the latest, as well as many older versions, all the way down to `2.11.0`."]]],[]]