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