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