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

trying to set extra options in error to send to response. #102

Open
yathomasi opened this issue Feb 27, 2020 · 0 comments
Open

trying to set extra options in error to send to response. #102

yathomasi opened this issue Feb 27, 2020 · 0 comments

Comments

@yathomasi
Copy link

yathomasi commented Feb 27, 2020

I want to set extra options in error response. Didn't find the exact solution anywhere.

tried passing in the body

const errors = require('restify-errors');
new errors.MethodNotAllowedError({ body: { extra: option } }, some-error-message));

what's the exact method to allow some extra options in error response?

Is there a way to set the default for all the errors and just pass the extra field parameters?

Also, I just want options in already existing error methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant