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] n-api: add code parameter to error helpers #14453

Closed

Commits on Jul 24, 2017

  1. n-api: add code parameter to error helpers

    In support of the effort to add error codes to all errors
    generated by Node.js, add an optional code parameter to the
    helper functions used to throw/create errors in N-API.
    
    PR-URL: nodejs#13988
    Fixes: nodejs#13933
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    mhdawson authored and addaleax committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    b0ebeea View commit details
    Browse the repository at this point in the history
  2. errors: order internal errors list alphabetically

    To make backporting easier.
    addaleax committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    557e9b7 View commit details
    Browse the repository at this point in the history