feat(RESTJSONErrorCodes): add 40074 and 50057 (#844)

This commit is contained in:
Almeida
2023-10-28 12:24:36 +03:00
committed by GitHub
parent 4640f80274
commit 28ed3701e6
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -154,6 +154,8 @@ export enum RESTJSONErrorCodes {
ThereAreNoTagsAvailableThatCanBeSetByNonModerators = 40_066,
TagRequiredToCreateAForumPostInThisChannel,
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
@@ -198,6 +200,8 @@ export enum RESTJSONErrorCodes {
CannotSelfRedeemThisGift = 50_054,
InvalidGuild,
InvalidSKU = 50_057,
InvalidRequestOrigin = 50_067,
InvalidMessageType,
+4
View File
@@ -154,6 +154,8 @@ export enum RESTJSONErrorCodes {
ThereAreNoTagsAvailableThatCanBeSetByNonModerators = 40_066,
TagRequiredToCreateAForumPostInThisChannel,
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
@@ -198,6 +200,8 @@ export enum RESTJSONErrorCodes {
CannotSelfRedeemThisGift = 50_054,
InvalidGuild,
InvalidSKU = 50_057,
InvalidRequestOrigin = 50_067,
InvalidMessageType,