Add USERNAME_PURCHASE_AVAILABLE to known errors

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
Albert Einstein 2023-04-03 21:14:45 +05:30 committed by wulan17
parent e7603fc0be
commit 42758e8c54
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -325,6 +325,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 username is available for purchase on 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)

1 id message
325 USERNAME_NOT_MODIFIED The username was not modified because you tried to edit it using the same one
326 USERNAME_NOT_OCCUPIED The username is not occupied by anyone
327 USERNAME_OCCUPIED The username is already in use by someone else
328 USERNAME_PURCHASE_AVAILABLE The username is available for purchase on fragment.com
329 USERPIC_UPLOAD_REQUIRED You are required to upload a profile picture for this action
330 USERS_TOO_FEW Not enough users (to create a chat, for example)
331 USERS_TOO_MUCH The maximum number of users has been exceeded (to create a chat, for example)