[[["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-09 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()`."]]],[]]