[[["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-14 UTC."],[[["This page provides documentation for the `LimitedErrorCountRetryPolicy` in the Google Cloud Bigtable C++ client library, with links to different version releases."],["The `LimitedErrorCountRetryPolicy` implements a retry policy that stops retrying after a set number of errors are encountered."],["The `LimitedErrorCountRetryPolicy` class has a constructor which accepts a `maximum_failures` parameter that limits the amount of attempts made."],["The class has virtual functions such as `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, to manage the retry process and determine when to stop."],["The class has one Type Alias `RetryableTraits` which is an alias for `bigtable_internal::SafeGrpcRetry`."]]],[]]