[[["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, which is a retry policy for handling transient errors during data operations."],["The `DataLimitedErrorCountRetryPolicy` class allows users to set a maximum number of transient errors that will be tolerated before retries stop, and this can be disabled by using an instance where the `maximum_failures` is set to 0."],["Transient errors, which are considered retryable, include `kAborted`, `kUnavailable`, and specific instances of `kInternal` errors when the error message indicates a connection reset."],["The class offers constructors for creating instances with a specified maximum failure count and move/copy constructors, along with functions to check the maximum number of allowed failures, determine if the policy is exhausted, and identify permanent failures."],["The webpage also lists the different versions available for the class."]]],[]]