[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]