feat: Add API error code 50109 (#268)

* feat: add API error

* refactor: elongate error name
This commit is contained in:
Jiralite
2021-12-23 08:44:42 +00:00
committed by GitHub
parent 8bbb81942b
commit bfc5e46f53
2 changed files with 4 additions and 0 deletions

View File

@@ -177,6 +177,8 @@ export enum RESTJSONErrorCodes {
ServerNeedsMoreBoostsToPerformThisAction = 50101,
RequestBodyContainsInvalidJSON = 50109,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,

View File

@@ -177,6 +177,8 @@ export const enum RESTJSONErrorCodes {
ServerNeedsMoreBoostsToPerformThisAction = 50101,
RequestBodyContainsInvalidJSON = 50109,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,