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