[[["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 mechanism for `TableServiceConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying if it encounters a non-transient error or if the number of transient failures exceeds a predefined limit."],["The only transient error considered is `kUnavailable`, which represents a status where the service is currently unavailable."],["You can disable retries entirely by creating an instance of this policy with `maximum_failures` set to 0."],["The document provides methods to construct, determine state, and clone instances of `TableServiceLimitedErrorCountRetryPolicy`, including information on parameters and return types of these functions."]]],[]]