[[["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-05 UTC."],[[["This document describes the `TableServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `TableServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this class."],["You can configure the maximum number of transient failures that are allowed via the `maximum_failures` parameter in the constructor, or even disable the retry loop entirely by setting it to 0."],["The class offers methods to check if the policy is exhausted (`IsExhausted()`), determine if a status is a permanent failure (`IsPermanentFailure()`), and handles failures via the `OnFailure` method."],["The document also provides a history of versions available, from `2.37.0-rc` (latest) to `2.27.0`."]]],[]]