doc: remove old errors_system_errors#26976
doc: remove old errors_system_errors#26976JungMinu wants to merge 1 commit intonodejs:masterfrom JungMinu:fix-26861
Conversation
remove old errors_system_errors, any useful information in it moved into the SystemError class docs
|
@JungMinu Sadly, an error occurred when I tried to trigger a build. :( |
| attempts to read a file that does not exist. | ||
|
|
||
| System errors are usually generated at the syscall level. For a comprehensive | ||
| list, see the [`errno`(3) man page][]. |
There was a problem hiding this comment.
Should we really remove the whole description? It still seems partially useful to me?
There was a problem hiding this comment.
Didn't see Ruben's comment because it was hidden/resolved. I agree with him.
|
|
||
| ## System Errors | ||
|
|
||
| Node.js generates system errors when exceptions occur within its runtime |
There was a problem hiding this comment.
I think these two paragraphs, slightly edited, should be moved to be the description of class SystemError, because the information in them is still useful.
|
This is intended to fix #26861, I believe. Could you edit the commit description to change it from: to be punctuated and capitalized: |
|
@JungMinu why did you close this? If it was to change the commit message, you can do that with |
|
@sam-github I know that but was already in the middle of updating it in another PR, closing this PR |
errors_system_errorswhich partially predate the existence of the class, any useful information in it moved into theSystemErrorclass docsSystemErrorclass docs to the same level as all the other classesChecklist