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