[[["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 set number of errors."],["The `LimitedErrorCountRetryPolicy` is constructed with an integer representing the maximum number of failures permitted before retries cease."],["Key functions of this class include `clone()` for creating copies, `Setup()` for updating the `ClientContext`, and `OnFailure()` to determine if an operation should be retried based on the error `Status`."],["It also provides methods to check if the retry policy is exhausted (`IsExhausted()`) and to determine if a given error is considered permanent (`IsPermanentFailure()`)."],["The page provides a list of versions of the library, from 2.11.0 to 2.36.0, and 2.37.0-rc as the latest, along with links to their respective documentation for the class."]]],[]]