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

This commit is contained in:
Almeida
2023-01-10 23:09:52 +02:00
committed by GitHub
parent b10e9bbe5a
commit 8869e92336
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,
ServerNotAvailableInYourLocation = 50095,
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,
+2
View File
@@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,
ServerNotAvailableInYourLocation = 50095,
ServerNeedsMonetizationEnabledToPerformThisAction = 50097,