[[["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 provides information on the `BigtableTableAdminLimitedErrorCountRetryPolicy` class, which controls retries for `BigtableTableAdminConnection` in the context of Google Cloud's C++ Bigtable client library."],["The retry policy stops when a non-transient error occurs or when the number of transient errors, such as `kAborted` and `kUnavailable`, exceeds a defined limit."],["You can initialize a `BigtableTableAdminLimitedErrorCountRetryPolicy` by specifying the maximum number of transient errors allowed, with setting `maximum_failures` to 0 effectively disabling retries."],["The `BigtableTableAdminLimitedErrorCountRetryPolicy` class offers various methods to assess retry conditions, including `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, and also features a `clone()` method to produce a new policy instance."],["This documentation covers various versions of the client library, from 2.11.0 to the latest release candidate 2.37.0-rc, with a comprehensive list of links for each version."]]],[]]