@@ -23,4 +23,6 @@ for(var errorName in Errors) {
Errors[errorName] = temp
}
+Errors.VALIDATION_ERROR = 'VALIDATION_ERROR';
+
module.exports = Errors