feat(RESTJSONErrorCodes): add error 50101 (#202)

This commit is contained in:
Suneet Tipirneni
2021-10-02 14:26:31 +02:00
committed by GitHub
parent 1076822b90
commit b453d75e4d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -172,6 +172,8 @@ export enum RESTJSONErrorCodes {
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,
ServerNeedsMoreBoostsToPerformThisAction = 50101,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,
+2
View File
@@ -172,6 +172,8 @@ export const enum RESTJSONErrorCodes {
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,
ServerNeedsMoreBoostsToPerformThisAction = 50101,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,