@@ -24,7 +24,8 @@ public enum MessageCode {
|
||||
AUTH_TOKEN_MISMATCH(4, "Token mismatch"),
|
||||
AUTH_TOKEN_NOT_FOUND(4, "Token not found"),
|
||||
FILE_NOT_FOUND(4, "File not found"),
|
||||
AUTH_PASSWORD_NOT_MATCHES(2, "Password does not match");
|
||||
AUTH_PASSWORD_NOT_MATCHES(2, "Password does not match"),
|
||||
SEND_EMAIL_EXCEPTION(2, "Send email exception"),;
|
||||
|
||||
private final Integer code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user