Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v8.x backport] doc: document missing error codes #16556

Closed
wants to merge 1 commit into from
Closed

[v8.x backport] doc: document missing error codes #16556

wants to merge 1 commit into from

Conversation

lance
Copy link
Member

@lance lance commented Oct 27, 2017

There are discrepancies between the errors defined in
lib/internal/errors.js and those documented in doc/api/errors.md.
Some of the errors recently defined are not documented, while others
were removed, but still have entries in the docs. This commit fills in
those gaps in the documentation.

PR-URL: #15160
Fixes: #15038
Reviewed-By: James M Snell jasnell@gmail.com

Checklist
Affected core subsystem(s)

doc

There are discrepancies between the errors defined in
`lib/internal/errors.js` and those documented in `doc/api/errors.md`.
Some of the errors recently defined are not documented, while others
were removed, but still have entries in the docs. This commit fills in
those gaps in the documentation.

PR-URL: #15160
Fixes: #15038
Reviewed-By: James M Snell <jasnell@gmail.com>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. errors Issues and PRs related to JavaScript errors originated in Node.js core. v8.x labels Oct 27, 2017
@lance lance mentioned this pull request Oct 27, 2017
2 tasks
@gibfahn gibfahn force-pushed the v8.x-staging branch 5 times, most recently from b183192 to fc8acc8 Compare October 30, 2017 21:42
gibfahn pushed a commit that referenced this pull request Oct 30, 2017
There are discrepancies between the errors defined in
`lib/internal/errors.js` and those documented in `doc/api/errors.md`.
Some of the errors recently defined are not documented, while others
were removed, but still have entries in the docs. This commit fills in
those gaps in the documentation.

PR-URL: #15160
Backport-PR-URL: #16556
Fixes: #15038
Reviewed-By: James M Snell <jasnell@gmail.com>
gibfahn pushed a commit that referenced this pull request Oct 31, 2017
There are discrepancies between the errors defined in
`lib/internal/errors.js` and those documented in `doc/api/errors.md`.
Some of the errors recently defined are not documented, while others
were removed, but still have entries in the docs. This commit fills in
those gaps in the documentation.

PR-URL: #15160
Backport-PR-URL: #16556
Fixes: #15038
Reviewed-By: James M Snell <jasnell@gmail.com>
@gibfahn
Copy link
Member

gibfahn commented Oct 31, 2017

Landed in d6619b9

@lance just wanted to say a big thank you for doing this, when going through releases it's a huge help to have someone raise the backport PRs. Very much appreciated!

@gibfahn gibfahn closed this Oct 31, 2017
@lance lance deleted the backport-15160-to-v8.x branch October 31, 2017 14:53
@ChALkeR
Copy link
Member

ChALkeR commented Jun 21, 2018

Why did this remove ERR_HTTP2_ERROR and ERR_UNKNOWN_BUILTIN_MODULE?
See #21440 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. errors Issues and PRs related to JavaScript errors originated in Node.js core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants