Ranjith
Results
1
issues of
Ranjith
I changed the default error output in restify 4.x using the below code `var restify = require('restify'); var util = require('util'); function ValidationError(message, errors) { restify.RestError.call(this, { restCode: 'ValidationError', statusCode:...