Skip to content

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

Description

@yathomasi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions