[[["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`, a class used to manage retries for `BigtableTableAdminConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with transient errors being `kAborted` and `kUnavailable`."],["The `BigtableTableAdminLimitedErrorCountRetryPolicy` allows for configuration of the maximum number of transient failures allowed via a constructor parameter."],["The current page corresponds to version `2.21.0`, but you may also find the documentation for other versions ranging from `2.11.0` up to `2.37.0-rc` on this page."],["The class offers several methods to manage the retry policy, including checking if the policy is exhausted (`IsExhausted()`) and determining if a failure is permanent (`IsPermanentFailure()`), as well as creating a copy of the policy with `clone()`."]]],[]]