[[["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` class, which implements a retry strategy that stops after a specified number of errors."],["The class is available across multiple versions, from 2.11.0 up to the latest release candidate 2.37.0-rc, including version 2.32.0, which is the current focus."],["`LimitedErrorCountRetryPolicy` includes methods like `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to control and manage the retry process based on RPC failures and status codes."],["The constructor for `LimitedErrorCountRetryPolicy` accepts an `int` parameter `maximum_failures`, which defines the maximum number of allowed retries."],["The class also has a type alias `RetryableTraits`, which is an alias of `bigtable_internal::SafeGrpcRetry`."]]],[]]