[[["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."],[[["The page provides documentation for the `LimitedErrorCountRetryPolicy` class in the Google Cloud Bigtable C++ client library, with the most recent version being `2.37.0-rc`."],["This policy is designed to retry RPC operations a limited number of times when errors occur, and has a constructor that allows the setting of the `maximum_failures` as an `int` value."],["The `LimitedErrorCountRetryPolicy` class has methods to handle RPC failures (`OnFailure`), update the `ClientContext` (`Setup`), and check if the policy is exhausted (`IsExhausted`)."],["There are static methods available to determine if a given `Status` or `grpc::Status` represents a permanent failure (`IsPermanentFailure`)."],["This class has a `RetryableTraits` type alias, which is an alias of `bigtable_internal::SafeGrpcRetry`, that is also part of the class description."]]],[]]