[[["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-08-14 UTC."],[[["\u003cp\u003eThis document describes the \u003ccode\u003eTableServiceLimitedErrorCountRetryPolicy\u003c/code\u003e, a retry policy designed for \u003ccode\u003eTableServiceConnection\u003c/code\u003e that limits retries based on the number of transient errors encountered.\u003c/p\u003e\n"],["\u003cp\u003eThe policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with \u003ccode\u003ekUnavailable\u003c/code\u003e being the only status code considered a transient error in this class.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure the maximum number of transient failures that are allowed via the \u003ccode\u003emaximum_failures\u003c/code\u003e parameter in the constructor, or even disable the retry loop entirely by setting it to 0.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods to check if the policy is exhausted (\u003ccode\u003eIsExhausted()\u003c/code\u003e), determine if a status is a permanent failure (\u003ccode\u003eIsPermanentFailure()\u003c/code\u003e), and handles failures via the \u003ccode\u003eOnFailure\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe document also provides a history of versions available, from \u003ccode\u003e2.37.0-rc\u003c/code\u003e (latest) to \u003ccode\u003e2.27.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]