[[["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 to manage retries for `bigtable::DataConnection` based on a count of encountered errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures surpasses a predefined limit."],["The policy considers `kAborted`, `kUnavailable`, and certain `kInternal` errors (connection resets) as transient, meaning it can attempt to retry."],["You can configure the maximum number of transient errors tolerated through the `DataLimitedErrorCountRetryPolicy(int)` constructor, and can disable the retry loop altogether by setting `maximum_failures` to `0`."],["The webpage shows a range of versions for the `DataLimitedErrorCountRetryPolicy`, from `2.11.0` to `2.37.0-rc`, with `2.37.0-rc` being the latest version."]]],[]]