[[["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 provides documentation for the `DataLimitedErrorCountRetryPolicy` class in the Google Cloud C++ Bigtable library, with the most recent version being `2.37.0-rc`."],["The `DataLimitedErrorCountRetryPolicy` class is used to manage retries for `bigtable::DataConnection`, based on the number of errors encountered."],["Transient errors that trigger retries include `kAborted`, `kUnavailable`, and certain `kInternal` errors related to connection resets."],["The retry policy can be disabled by creating an instance with `maximum_failures` set to `0`, and it can be configured to allow a set number of retries before failing."],["It provides several constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and a `BaseType` alias."]]],[]]