[[["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-05-07 UTC."],[[["This document provides information on the `TableServiceLimitedErrorCountRetryPolicy`, a retry policy for `TableServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy treats the `kUnavailable` status code as a transient error, meaning it will retry in those cases."],["Users can customize the maximum number of transient errors allowed before the policy stops retrying by providing an integer to the constructor."],["The document outlines several constructors, including a copy and move constructor, along with functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that manage the policy's behavior and status."],["There are multiple versions of this class, beginning with `2.27.0` all the way up to the latest `2.37.0-rc`."]]],[]]