Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! fixup! fixup! doc: update System Errors documentation
  • Loading branch information
Trott committed Nov 4, 2018
commit fac7bbc01d5ddb50e093327de913a4cd76601280
2 changes: 0 additions & 2 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ If present, `error.info` is an object with details about the error condition.
* {string}

`error.message` is a system-provided human-readable description of the error.
It is subject to change between versions of Node.js. Use `code` for a more
stable indicator of the type of error.

#### error.path

Expand Down