Commit 132425a
doc: specify that errno is a number, not a string
The documentation erroneously described the errno property as an alias
for the code property, but that is not the case in the implementation.
errno is the error code of the error as a number, and code is the error
code of the error as a string.
PR-URL: #9007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>1 parent 9a192a9 commit 132425aCopy full SHA for 132425a
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
449 | 449 | |
450 | 450 | |
451 | 451 | |
452 | | - |
453 | 452 | |
454 | 453 | |
455 | 454 | |
456 | 455 | |
457 | | - |
458 | | - |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
459 | 461 | |
460 | 462 | |
461 | 463 | |
|
0 commit comments