[[["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 document provides versioned documentation for the `LimitedErrorCountRetryPolicy` class in the Google Cloud Bigtable C++ client library, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `LimitedErrorCountRetryPolicy` class is used to implement a retry policy that stops retrying after a set number of errors have occurred."],["Key methods of this class include `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which provide the functionalities to handle retry logic, client context management, and determining if a failure is permanent or retryable."],["The `LimitedErrorCountRetryPolicy` constructor takes one parameter, maximum_failures, which determines the number of failures before the retry policy stops retrying."],["`RetryableTraits` is a type alias defined as `bigtable_internal::SafeGrpcRetry`."]]],[]]