[[["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 `LimitedErrorCountRetryPolicy` has a constructor that takes an integer to define the `maximum_failures` before retries stop, allowing for customization of the retry limit."],["Several functions are described, including `clone()`, which makes a copy of the retry policy, `Setup()` to modify the `ClientContext`, and `OnFailure()`, which handles RPC failures to determine if a retry is necessary."],["The `IsExhausted()` function is available to determine if the policy has run out of retry attempts, while `IsPermanentFailure()` is available as a static member to check if a given failure is unrecoverable."],["The `RetryableTraits` type alias is defined as `bigtable_internal::SafeGrpcRetry`, indicating the underlying retry behavior is associated with safe gRPC retries."]]],[]]