[[["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 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 has a constructor, `LimitedErrorCountRetryPolicy(int)`, that accepts an integer defining the `maximum_failures` before ceasing retry attempts."],["Key functions within the class include `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage retry behavior, client context setup, failure handling, and determining if a failure is permanent."],["There are multiple available versions of the documentation for the `LimitedErrorCountRetryPolicy`, with `2.37.0-rc` being the latest release candidate, and versions going back to `2.11.0` for reference."],["The `RetryableTraits` type alias, associated with `bigtable_internal::SafeGrpcRetry`, is used as an alias within this context."]]],[]]