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