feat(RESTJsonErrorCode): add error code 20015, 50167, and 340015 (#1686)

This commit is contained in:
Kshitij Anurag
2026-06-16 20:18:13 +01:00
committed by GitHub
parent 7d3339b894
commit 2335451310
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -71,7 +71,8 @@ export enum RESTJSONErrorCodes {
NotAuthorizedToPerformThisActionOnThisApplication = 20_012,
ActionCannotBePerformedDueToSlowmodeRateLimit = 20_016,
ThisActionRequiresAPremiumSubscription = 20_015,
ActionCannotBePerformedDueToSlowmodeRateLimit,
TheMazeIsntMeantForYou,
OnlyTheOwnerOfThisAccountCanPerformThisAction,
@@ -279,6 +280,8 @@ export enum RESTJSONErrorCodes {
VoiceMessagesCannotBeEdited,
CannotDeleteGuildSubscriptionIntegration,
CannotSendVoiceEffectWhenUserIsServerMutedDeafenedOrSuppressed = 50_167,
YouCannotSendVoiceMessagesInThisChannel = 50_173,
TheUserAccountMustFirstBeVerified = 50_178,
@@ -336,6 +339,7 @@ export enum RESTJSONErrorCodes {
WebhookServicesCannotBeUsedInForumChannels,
MessageBlockedByHarmfulLinksFilter = 240_000,
AccessToJoiningNewServersHasBeenLimitedForTheUser = 340_015,
CannotEnableOnboardingRequirementsAreNotMet = 350_000,
CannotUpdateOnboardingWhileBelowRequirements,
+5 -1
View File
@@ -71,7 +71,8 @@ export enum RESTJSONErrorCodes {
NotAuthorizedToPerformThisActionOnThisApplication = 20_012,
ActionCannotBePerformedDueToSlowmodeRateLimit = 20_016,
ThisActionRequiresAPremiumSubscription = 20_015,
ActionCannotBePerformedDueToSlowmodeRateLimit,
TheMazeIsntMeantForYou,
OnlyTheOwnerOfThisAccountCanPerformThisAction,
@@ -279,6 +280,8 @@ export enum RESTJSONErrorCodes {
VoiceMessagesCannotBeEdited,
CannotDeleteGuildSubscriptionIntegration,
CannotSendVoiceEffectWhenUserIsServerMutedDeafenedOrSuppressed = 50_167,
YouCannotSendVoiceMessagesInThisChannel = 50_173,
TheUserAccountMustFirstBeVerified = 50_178,
@@ -336,6 +339,7 @@ export enum RESTJSONErrorCodes {
WebhookServicesCannotBeUsedInForumChannels,
MessageBlockedByHarmfulLinksFilter = 240_000,
AccessToJoiningNewServersHasBeenLimitedForTheUser = 340_015,
CannotEnableOnboardingRequirementsAreNotMet = 350_000,
CannotUpdateOnboardingWhileBelowRequirements,