[[["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` class, which is designed to manage retries for `bigtable::DataConnection` based on error counts."],["The policy halts retries when encountering non-transient errors or when the number of transient failures exceeds a predefined limit."],["Transient errors, as handled by this policy, include `kAborted`, `kUnavailable`, and `kInternal` (specifically if triggered by a connection reset), as defined in the context of this class."],["You can configure the maximum allowable number of transient failures during the creation of a `DataLimitedErrorCountRetryPolicy` instance, and setting this value to zero will disable the retry mechanism."],["The `DataLimitedErrorCountRetryPolicy` class provides various functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` to control and manage the retry behavior."]]],[]]