You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
BridgeAR
added
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
meta
Issues and PRs related to the general management of the project.
labels
Sep 24, 2017
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
Some issues are e.g.
The text was updated successfully, but these errors were encountered: