Add 50109 error code to JsonErrorCodes enum

This commit is contained in:
ayntgl
2021-12-16 21:49:08 +04:00
parent c9be91a967
commit 37c8279a3b

View File

@@ -120,6 +120,7 @@ export enum JsonErrorCodes {
ThisServerIsNotAvailableInYourLocation = 50095,
ThisServerNeedsMonetizationEnabledInOrderToPerformThisAction = 50097,
ThisServerNeedsMoreBoostsToPerformThisAction = 50101,
TheRequestBodyContainsInvalidJSON = 50109,
TwoFactorIsRequiredForThisOperation = 60003,
NoUsersWithDiscordTagExist = 80004,
ReactionWasBlocked = 90001,