Victor J Reventos

Results 2 issues of Victor J Reventos

``` js var errors = require('errors'); errors.create({ name: 'ValidationError', defaultMessage: 'Validation error', defaultExplanation: 'Some properties are not valid', defaultResponse: 'Resend the object with valid properties', parent: errors.Http400Error }); // Status...

enhancement

Is bulk going to be supported? Is this something you would accept a PR?

question