You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/api/errors.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ not capture any frames.
260
260
* {string}
261
261
262
262
The `error.code` property is a string label that identifies the kind of error.
263
-
See [Node.js Error Codes][] for details about specific codes.
263
+
`error.code` is the most stable way to identify an error. It will only change between major versions of Node.js. In contrast, `error.message` strings may change between any versions of Node.js. See [Node.js Error Codes][] for details about specific codes.
0 commit comments