[[["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 page details the `LimitedErrorCountRetryPolicy` class within the Google Cloud Bigtable C++ client library, which implements a retry mechanism that stops after a certain number of errors."],["The latest version available is 2.37.0-rc, with a history of releases down to version 2.11.0, and each version links to documentation for the `LimitedErrorCountRetryPolicy` class."],["The class constructor, `LimitedErrorCountRetryPolicy(int)`, takes an integer `maximum_failures` to define the retry limit."],["Key functions include `clone()`, which creates a copy of the object, `Setup()`, which updates the `ClientContext`, `OnFailure()` that handles RPC failures and determines if a retry is warranted, `IsExhausted()` that checks if the retry policy is done, and `IsPermanentFailure()` that checks if a given failure should stop the retry process."],["The `RetryableTraits` type alias provides an alias for `bigtable_internal::SafeGrpcRetry`."]]],[]]