[[["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 policy designed for `TableServiceConnection` that focuses on counting the number of errors."],["The policy terminates retries when a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, as considered by this policy, are identified by the `kUnavailable` status code."],["The policy can be configured to disable retries entirely by setting `maximum_failures` to 0 when creating an instance."],["It provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry process."]]],[]]