[[["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 document provides information on the `TableServiceLimitedErrorCountRetryPolicy`, a class used for setting retry behavior in the `TableServiceConnection`."],["The retry policy stops if a non-transient error is detected or if the number of transient failures exceeds a predefined limit."],["Transient errors, in this context, are identified by the `kUnavailable` status code."],["The policy includes constructors to set the maximum number of tolerated transient errors and is also able to be move or copy constructed, alongside functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` that dictate the logic behind the policy."],["The document also provides a list of past versions of this policy that are accessible by the user."]]],[]]