We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3b173 commit 1b51287Copy full SHA for 1b51287
doc/api/errors.md
@@ -256,14 +256,14 @@ will affect any stack trace captured *after* the value has been changed.
256
If set to a non-number value, or set to a negative number, stack traces will
257
not capture any frames.
258
259
-#### error.code
+### error.code
260
261
* {string}
262
263
The `error.code` property is a string label that identifies the kind of error.
264
See [Node.js Error Codes][] for details about specific codes.
265
266
-#### error.message
+### error.message
267
268
269
0 commit comments