From e458e25786ff3547457bf3642a65c97ebaeb1bbd Mon Sep 17 00:00:00 2001 From: 1pyxa1 <1pyxa1@gmail.com> Date: Sun, 11 Feb 2018 17:05:42 +0300 Subject: [PATCH] Add USERNAME_OCCUPIED error (#20) --- compiler/error/source/400_BAD_REQUEST.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 762424b9..ac1989b8 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -46,3 +46,4 @@ CHAT_ADMIN_REQUIRED The method requires admin privileges PHONE_NUMBER_BANNED The phone number is banned ABOUT_TOO_LONG The about text is too long MULTI_MEDIA_TOO_LONG The album contains more than 10 items +USERNAME_OCCUPIED The username is already in use