[[["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 page provides documentation for the `LimitedErrorCountRetryPolicy` class in the Google Cloud Bigtable C++ client library, which is used to implement a simple retry policy that stops after a certain number of errors."],["The latest version of the documentation is for version 2.37.0-rc, and there is documentation available for a range of previous versions from 2.36.0 down to 2.11.0."],["The `LimitedErrorCountRetryPolicy` class constructor takes an integer `maximum_failures` to define the number of permitted retries."],["Key methods of the `LimitedErrorCountRetryPolicy` class include `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage retries, context updates, and error checks."],["The class utilizes a `RetryableTraits` alias that utilizes `internal::SafeGrpcRetry` for managing retry logic."]]],[]]