Files
node_task_1c/core/errors.js
T
2022-10-03 19:59:51 +02:00

9 lines
352 B
JavaScript

module.exports = {
EMAIL_ADDRESS_NOT_FOUND: 'Email Address Not Found',
EMAIL_ADDRESS_ALREADY_EXIST: 'Email Address Already Exists',
PASSWORD_NOT_MATCH: 'Password Does Not Match',
INVALID_EMAIL_CONFIRMATION_CODE: 'Invalid Email Confirmation Code',
INVALID_EMAIL_OR_PASSWORD: 'Invalid Email Or Password',
USER_NOT_FOUND: 'User Not Found',
};