Removing CookieInvalidError from Effect Error Section
Attempting to retry the operation should ideally remove the error. However, the error persists even after the retry. How can I remove errors other than the
CookieInvalidError from the Effect error section? Shouldn't we just create a new function,Error.ignoreTag("TagName"), to ignore the omitted tags after the retry?