purescript/purescript-exceptions

What about Error.code ?

Woody88 opened this issue · 2 comments

Hi,

I've been looking at https://nodejs.org/api/errors.html#errors_error_code recently, and I was wondering if this function should be added or should we have a separate package Purescript package for node's error module.

garyb commented

code isn't part of the browser API for Error, so I think this should be something node-specific, yeah.

Ok, thank you!