[[["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 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`."]]],[]]