[[["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-05-07 UTC."],[[["This page provides documentation for the `LimitedErrorCountRetryPolicy` class in the Google Cloud Bigtable C++ client library, which implements a retry policy that stops after a set number of errors."],["The `LimitedErrorCountRetryPolicy` class has a constructor that takes an integer argument specifying the maximum number of failures allowed before the retry policy is exhausted."],["This class provides methods such as `clone()`, `Setup()`, `OnFailure()`, and `IsExhausted()` to manage the retry logic and interact with the gRPC client context and status."],["The documentation offers an overview of the class's functions, detailing their parameters, return types, and descriptions."],["The class has static methods, `IsPermanentFailure`, that checks whether a given error status represents a permanent error that should not be retried."]]],[]]