Add missing MailError type

This commit is contained in:
Johannes Zellner
2018-01-24 15:38:19 +01:00
parent 358048e02b
commit c7282e861c

View File

@@ -72,6 +72,7 @@ function MailError(reason, errorOrMessage) {
util.inherits(MailError, Error);
MailError.INTERNAL_ERROR = 'Internal Error';
MailError.BAD_FIELD = 'Bad Field';
MailError.ALREADY_EXISTS = 'Already Exists';
MailError.NOT_FOUND = 'Not Found';
function checkOutboundPort25(callback) {