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