[[["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-05-07 UTC."],[[["This webpage provides documentation for the `BigtableTableAdminLimitedErrorCountRetryPolicy` class, detailing its use in managing retries for the `BigtableTableAdminConnection`."],["The retry policy is designed to handle transient errors, specifically `kAborted` and `kUnavailable` status codes, and will cease retrying if non-transient errors occur or if the number of transient errors exceeds a defined limit."],["You can initialize a `BigtableTableAdminLimitedErrorCountRetryPolicy` with a maximum number of transient errors it should tolerate before failing, or you can disable the retry loop altogether by setting the `maximum_failures` to 0."],["The policy includes methods to determine the maximum failures allowed, whether retries are exhausted, if a failure is permanent, and a function to create a new instance of the policy."],["This is a documented reference page that lists the different versions available, starting with `2.37.0-rc (latest)` all the way down to `2.11.0`, along with links to each version."]]],[]]