function ValidatorError(message, errors) {

    Error.call(this);
    Error.captureStackTrace(this, this.constructor);