[[["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 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 if the number of transient errors exceeds a predefined limit."],["Transient errors are defined as those with `kAborted`, `kUnavailable`, or `kInternal` status codes (if `kInternal` was due to a connection reset)."],["The policy can be configured with a maximum number of allowed transient failures, and retry loops can be disabled by setting `maximum_failures` to 0."],["The class provides methods to determine if it has reached `maximum_failures`, if an error is permanent, and the ability to create a clone of itself in its initial state."]]],[]]