[[["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 document outlines the `LimitedErrorCountRetryPolicy` for Google Cloud Bigtable C++ client library, which implements a retry policy that stops after a certain number of errors."],["The latest version available is `2.37.0-rc`, and the document provides links to various versions from `2.37.0-rc` down to `2.11.0`, including version `2.23.0`."],["The policy is configured via a constructor that accepts an integer, `maximum_failures`, which will dictate how many failures will be allowed before the policy becomes exhausted."],["Key functions include `clone()`, which creates a copy of the policy, `Setup()` which is for configuring the `ClientContext`, and `OnFailure()`, which determines if an operation should be retried."],["There are also static functions `IsPermanentFailure()` to check for unrecoverable errors, as well as the type alias `RetryableTraits` that indicates that the policy uses `bigtable_internal::SafeGrpcRetry`."]]],[]]