feat(RESTJSONErrorCodes): add error 50091 (#671)

This commit is contained in:
Almeida
2023-01-10 21:09:52 +00:00
committed by GitHub
parent b10e9bbe5a
commit 8869e92336
2 changed files with 4 additions and 0 deletions

View File

@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,
ServerNotAvailableInYourLocation = 50095,
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,

View File

@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,
ServerNotAvailableInYourLocation = 50095,
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,