浏览代码

Add accountDoesNotExist error

sbkwgh 8 年之前
父节点
当前提交
3cd7292566
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/errors.js

+ 1 - 0
lib/errors.js

@@ -2,6 +2,7 @@ let Errors = {
 	unknown: 'An unknown error occured on our end. Please try again later',
 	accountAlreadyCreated: 'This account has already been created',
 	categoryAlreadyExists: 'This category has already been created',
+	accountDoesNotExist: 'This account does not exist',
 	invalidCategory: 'This category does not exist',
 	invalidLoginCredentials: 'Invalid login credentials were provided',
 	requestNotAuthorized: 'The request was not authorized',