feat(RESTJSONErrorCodes): add ApplicationNotYetAvailable (#507)

This commit is contained in:
Vitor
2022-07-15 21:53:58 +01:00
committed by GitHub
parent 4577ac2609
commit 09a114133c
2 changed files with 4 additions and 0 deletions

View File

@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ReactionWasBlocked = 90001,
ApplicationNotYetAvailable = 110001,
APIResourceOverloaded = 130000,
TheStageIsAlreadyOpen = 150006,

View File

@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ReactionWasBlocked = 90001,
ApplicationNotYetAvailable = 110001,
APIResourceOverloaded = 130000,
TheStageIsAlreadyOpen = 150006,