From 51beaa447437e86d55d638f2c497baafc24037c1 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 6 Dec 2017 21:51:51 +0100 Subject: [PATCH] Add MESSAGE_ID_INVALID error --- compiler/error/source/400_BAD_REQUEST.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/error/source/400_BAD_REQUEST.csv b/compiler/error/source/400_BAD_REQUEST.csv index 694280bd..31b644ce 100644 --- a/compiler/error/source/400_BAD_REQUEST.csv +++ b/compiler/error/source/400_BAD_REQUEST.csv @@ -27,3 +27,4 @@ INPUT_METHOD_INVALID|The method called is invalid 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 \ No newline at end of file