[[["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 page documents the `TableServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `TableServiceConnection` that stops retrying on non-transient errors or if a specific number of transient failures is exceeded."],["The policy considers `kUnavailable` as a transient error, allowing retries in such cases."],["You can customize the maximum number of tolerated transient failures via a constructor parameter, setting it to 0 will disable retries."],["The class provides methods for checking if the policy is exhausted, if a failure is permanent, getting the maximum number of failures, and cloning the policy."],["This class also includes type aliases, such as BaseType which is an alias of TableServiceRetryPolicy."]]],[]]