[[["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 details the `LimitedErrorCountRetryPolicy` class within the Google Cloud Bigtable C++ client library, which implements a retry mechanism that stops after a specified number of errors."],["The latest version available is `2.37.0-rc`, with a range of older versions accessible, starting from `2.36.0` down to `2.11.0`."],["The `LimitedErrorCountRetryPolicy` constructor accepts an integer `maximum_failures` to define the threshold for retries."],["Key functions include `clone()`, `Setup()`, `OnFailure()` (with two overloads), `IsExhausted()`, and `IsPermanentFailure()` (with two overloads), which together manage the retry process and context."],["`RetryableTraits` is an alias for `bigtable_internal::SafeGrpcRetry`, indicating the type used for handling retry behavior."]]],[]]