From e2a5deaf17488ee854f5918d338335cc9dc51c68 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 6 Dec 2017 21:53:44 +0100 Subject: [PATCH] Add MESSAGE_NOT_MODIFIED 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 31b644ce..71014ba0 100644 --- a/compiler/error/source/400_BAD_REQUEST.csv +++ b/compiler/error/source/400_BAD_REQUEST.csv @@ -27,4 +27,5 @@ 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 +MESSAGE_ID_INVALID|The message id is invalid +MESSAGE_NOT_MODIFIED|The message was not modified \ No newline at end of file