From af0c05ae3ed146a55ab98e84b6eaec6a3591b89b Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 13 Dec 2017 10:44:50 +0100 Subject: [PATCH] Add ENTITY_MENTION_USER_INVALID error --- compiler/error/source/400_BAD_REQUEST.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.csv b/compiler/error/source/400_BAD_REQUEST.csv index 71014ba0..940d2837 100644 --- a/compiler/error/source/400_BAD_REQUEST.csv +++ b/compiler/error/source/400_BAD_REQUEST.csv @@ -28,4 +28,5 @@ PASSWORD_HASH_INVALID|Two-step verification password is invalid USERNAME_NOT_OCCUPIED|The username is not occupied by anyone USERNAME_INVALID|The username is invalid MESSAGE_ID_INVALID|The message id is invalid -MESSAGE_NOT_MODIFIED|The message was not modified \ No newline at end of file +MESSAGE_NOT_MODIFIED|The message was not modified +ENTITY_MENTION_USER_INVALID|The mentioned entity is not an user \ No newline at end of file