[[["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 webpage details the `BigtableTableAdminLimitedErrorCountRetryPolicy`, which manages retries for `BigtableTableAdminConnection` by counting errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kAborted` and `kUnavailable` status codes considered transient."],["You can control the retry limit by using the constructor and specifying the `maximum_failures` parameter to define how many transient errors are tolerated, with a value of 0 disabling the retry mechanism."],["The class provides functions to check if the retry policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and retrieve the maximum failures (`maximum_failures`)."],["The latest version is `2.37.0-rc`, and the page provides documentation for versions back to `2.11.0` of this specific policy."]]],[]]