From a1419bf69e82506cfb307fd633964f1f2ffd4fc1 Mon Sep 17 00:00:00 2001 From: hilorioze <> Date: Mon, 3 Jul 2023 16:45:04 +0100 Subject: [PATCH] Add `USERNAME_PURCHASE_AVAILABLE` to known errors --- compiler/errors/source/400_BAD_REQUEST.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 08ecb7a676..6c515787d0 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -323,6 +323,7 @@ USERNAME_INVALID The username is invalid USERNAME_NOT_MODIFIED The username was not modified because you tried to edit it using the same one USERNAME_NOT_OCCUPIED The username is not occupied by anyone USERNAME_OCCUPIED The username is already in use by someone else +USERNAME_PURCHASE_AVAILABLE The specified username can be purchased on https://fragment.com. USERPIC_UPLOAD_REQUIRED You are required to upload a profile picture for this action USERS_TOO_FEW Not enough users (to create a chat, for example) USERS_TOO_MUCH The maximum number of users has been exceeded (to create a chat, for example)