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