feat(RESTJSONErrorCodes): support 40009 (#1733)

This commit is contained in:
Jiralite
2026-07-21 21:44:14 +01:00
committed by GitHub
parent 85d2619c55
commit d89a5279ac
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -153,6 +153,8 @@ export enum RESTJSONErrorCodes {
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,
OnlyOneChannelCanHaveAParentIdModifiedAtATime = 40_009,
ConnectionHasBeenRevoked = 40_012,
OnlyConsumableSKUsCanBeConsumed = 40_018,
+2
View File
@@ -153,6 +153,8 @@ export enum RESTJSONErrorCodes {
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,
OnlyOneChannelCanHaveAParentIdModifiedAtATime = 40_009,
ConnectionHasBeenRevoked = 40_012,
OnlyConsumableSKUsCanBeConsumed = 40_018,