[[["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 simple \"count errors and then stop\" retry mechanism for RPC operations."],["The latest version of the documentation is for version 2.37.0-rc, with a detailed history of versions back to 2.11.0, each with its corresponding documentation."],["The class has functions such as `clone()`, `Setup()`, `OnFailure()`, and `IsExhausted()` to manage the retry process, as well as `IsPermanentFailure()` to check if an error is retryable."],["The constructor for `LimitedErrorCountRetryPolicy` takes in an integer parameter `maximum_failures`, to limit the total number of retries."],["`RetryableTraits` is a type alias for `bigtable_internal::SafeGrpcRetry`, used in conjunction with the retry policy."]]],[]]