๐Ÿ“ก Errors

May 16, 2021 ยท View on GitHub

Node errors can be identified with either:

It is possible to convert between both using os.constants.errno, util.getSystemErrorName. and util.getSystemErrorMap.

Most available error.code start with E and can be fired on any OS. However few start with W and can only be fired on Windows.


Next (๐ŸŽ›๏ธ System)
Previous (๐Ÿ“ก Signals)
Top