-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
errorsIssues and PRs related to JavaScript errors originated in Node.js core.Issues and PRs related to JavaScript errors originated in Node.js core.metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.
Description
This is a meta issue to track further improvements to the new error handling as soon as we have all errors converted to the internal/errors
.
Please leave comments and suggestions if you know of any further inconveniences.
The following is on my mind
- We should go through all new error types and check if it makes sense to consolidate some of those. There are very likely redundancies and having very specific error types is often not that helpful.
- It is probably a good idea to check if all new errors reflect the situation properly or if it makes sense to improve the error further by rewording it or by adding e.g. the passed in value (I think this sounds like more work than it actually is).
- We might also need new error codes for errors that we ported where we used a not perfectly fitting error code or rewrite some parts so it reflects the error type properly again.
- ... more suggestions to come ...
Some issues are e.g.
Metadata
Metadata
Assignees
Labels
errorsIssues and PRs related to JavaScript errors originated in Node.js core.Issues and PRs related to JavaScript errors originated in Node.js core.metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.