[[["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 transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as having the status code `kUnavailable`."],["The `TableServiceLimitedErrorCountRetryPolicy` can be configured to allow a specific number of `maximum_failures` before stopping, with the ability to disable the retry loop entirely by setting this value to zero."],["The policy allows for the retrieval of `maximum_failures`, and features virtual functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, among others to manage retry behavior."]]],[]]