[[["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, 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."]]],[]]