[[["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 webpage provides documentation for the `LimitedErrorCountRetryPolicy` class within the Google Cloud Bigtable C++ client library, detailing its usage across multiple versions, from 2.11.0 to 2.37.0-rc."],["The `LimitedErrorCountRetryPolicy` class implements a retry strategy where it retries RPC operations a limited number of times before giving up."],["The class has a constructor, `LimitedErrorCountRetryPolicy(int)`, which takes an integer `maximum_failures` to specify the number of allowable failures before stopping."],["Key functions include `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage the retry process, update the client context, and determine if failures are retryable."],["The `RetryableTraits` type alias is defined as `internal::SafeGrpcRetry`."]]],[]]