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