[[["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-21 UTC."],[[["This webpage details the `DataLimitedErrorCountRetryPolicy` class, which is used for managing retries in `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 connection reset issues)."],["The class's constructor accepts an integer `maximum_failures` to set the allowable limit for transient errors before stopping retries, also setting it to 0 will completely disable the retry loop."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which manage the retry logic and the policy's state, with `BaseType` as an alias of `RetryPolicy`."]]],[]]