[[["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-08-14 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eDataTaxonomyServiceLimitedErrorCountRetryPolicy\u003c/code\u003e, which manages retries for \u003ccode\u003eDataTaxonomyServiceConnection\u003c/code\u003e in the event of transient errors.\u003c/p\u003e\n"],["\u003cp\u003eThe retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predetermined limit.\u003c/p\u003e\n"],["\u003cp\u003eThe policy identifies the status code \u003ccode\u003ekUnavailable\u003c/code\u003e as a transient error, triggering a potential retry.\u003c/p\u003e\n"],["\u003cp\u003eThe policy's constructor, \u003ccode\u003eDataTaxonomyServiceLimitedErrorCountRetryPolicy(int)\u003c/code\u003e, accepts an integer to set the \u003ccode\u003emaximum_failures\u003c/code\u003e threshold for transient errors, and disabling retries is possible when setting this value to 0.\u003c/p\u003e\n"],["\u003cp\u003eSeveral functions are provided, such as \u003ccode\u003emaximum_failures()\u003c/code\u003e, \u003ccode\u003eOnFailure(Status const &)\u003c/code\u003e, \u003ccode\u003eIsExhausted()\u003c/code\u003e, \u003ccode\u003eIsPermanentFailure(Status const &)\u003c/code\u003e, and \u003ccode\u003eclone()\u003c/code\u003e, which allow for managing the retry loop, checking for failures, and cloning the policy.\u003c/p\u003e\n"]]],[],null,[]]