[[["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-14 UTC."],[[["This document outlines the `LimitedErrorCountRetryPolicy` class within the Google Cloud Bigtable C++ client library, detailing its functionality for retrying operations based on a limited number of errors."],["The latest release is 2.37.0-rc, with a range of documented versions available from 2.37.0-rc down to 2.11.0, which all provide reference material for the `LimitedErrorCountRetryPolicy`."],["The class constructor `LimitedErrorCountRetryPolicy(int)` takes an integer, `maximum_failures`, to define the maximum number of allowed failures before stopping retry attempts."],["Key methods include `clone()`, `Setup()`, and `OnFailure()`, which are vital for managing retry behavior, context updates, and failure responses respectively."],["The `IsExhausted()` method and `IsPermanentFailure()` static method help determine when the retry policy has been exhausted or if a failure should be considered permanent and unretryable."]]],[]]