by shigemk2

当面は技術的なことしか書かない

Node.js error document

例えばECONNRESET

ECONNRESET (Connection reset by peer): A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or reboot. Commonly encountered via the http and net modules.

この辺は、一般的なerrnoに準拠している

man7.org

nodejs.org