[[["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-05 UTC."],[[["This document 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 class supports multiple versions, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, with each version having specific documentation links."],["Key functionalities of this class include managing retries with a set `maximum_failures`, cloning the retry policy, setting up the `ClientContext`, handling RPC failures via `OnFailure`, and determining if the retry policy is exhausted or if an error is permanent."],["The `LimitedErrorCountRetryPolicy` class contains methods to handle both `Status` and `grpc::Status` types when checking if a failure should be retried or is permanent."],["`RetryableTraits` is a type alias for `bigtable_internal::SafeGrpcRetry` within the `LimitedErrorCountRetryPolicy` class."]]],[]]