문제

Does anyone know what all of the error codes mean for Node.js, particularly the fs package?

I've looked all over, and can't find any documentation that gives me a list of error codes and their meanings.

도움이 되었습니까?

해결책

Here's some links that should help. Not sure there's a single page out there that has this information catalogued clearly.

다른 팁

Many of the errors seem to mirror the original Linux / POSIX / C errors. See http://man7.org/linux/man-pages/man3/errno.3.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top