In some point of the module I call to a function that sets the errno value if the user enters invalid data. How can I read the errno value and create a javascript Error object with a descriptiver message? I basically want to mimic the javascript errors, ENOENT, EISDIR, etc
I've seen the node_constants.cc<https://github.com/joyent/node/blob/master/src/node_constants.cc>file but I'm not sure if it is what I need nor how to use it. Can anyone point me in the right direction? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
