[[["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 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."]]],[]]