[[["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-18 UTC."],[[["This document provides information on the `TableServiceLimitedErrorCountRetryPolicy`, a retry policy for `TableServiceConnection` that counts errors to determine when to stop retrying."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a specified maximum."],["Only `kUnavailable` status codes are considered transient errors under this policy, which allows the system to keep retrying if the server is busy for instance."],["You can set the maximum number of transient errors tolerated during instantiation of the class, and you can disable the retry loop by setting `maximum_failures` to 0."],["The document includes details on the constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and the `BaseType` alias associated with the retry policy."]]],[]]