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