[[["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-17 UTC."],[[["This webpage details the `DataLimitedErrorCountRetryPolicy`, a retry mechanism for `bigtable::DataConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors include `kAborted`, `kUnavailable`, and specific instances of `kInternal` errors related to connection resets."],["You can configure the maximum number of allowed transient errors via the constructor `DataLimitedErrorCountRetryPolicy(int)`, and it can be disabled when you set `maximum_failures` to 0."],["The page provides documentation for multiple versions of this class, from `2.11.0` to the most recent `2.37.0-rc`, along with details about each version's available functions, constructors, and parameters."]]],[]]