[[["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-04-17 UTC."],[[["This document outlines the `LimitedErrorCountRetryPolicy` class, which implements a simple \"count errors and then stop\" retry mechanism for Google Cloud Bigtable C++ client operations."],["The class supports a range of version history, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc, with each having specific documentation available via links."],["Key functionalities include methods like `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, allowing for retry policy customization and management."],["The `LimitedErrorCountRetryPolicy` constructor accepts an `int` for `maximum_failures` which represents how many failed attempts are allowed before the retry policy is stopped."],["The class uses `RetryableTraits` as an alias of `bigtable_internal::SafeGrpcRetry` for managing retryable conditions."]]],[]]