mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 00:10:09 +00:00
feat(RESTJSONErrorCodes): add 40018, 40019, and 40094 (#1056)
This commit is contained in:
@@ -138,6 +138,9 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
ConnectionHasBeenRevoked = 40_012,
|
||||
|
||||
OnlyConsumableSKUsCanBeConsumed = 40_018,
|
||||
YouCanOnlyDeleteSandboxEntitlements,
|
||||
|
||||
TargetUserIsNotConnectedToVoice = 40_032,
|
||||
ThisMessageWasAlreadyCrossposted,
|
||||
|
||||
@@ -156,6 +159,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
|
||||
|
||||
ThisInteractionHasHitTheMaximumNumberOfFollowUpMessages = 40_094,
|
||||
|
||||
CloudflareIsBlockingYourRequest = 40_333,
|
||||
|
||||
MissingAccess = 50_001,
|
||||
|
||||
@@ -138,6 +138,9 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
ConnectionHasBeenRevoked = 40_012,
|
||||
|
||||
OnlyConsumableSKUsCanBeConsumed = 40_018,
|
||||
YouCanOnlyDeleteSandboxEntitlements,
|
||||
|
||||
TargetUserIsNotConnectedToVoice = 40_032,
|
||||
ThisMessageWasAlreadyCrossposted,
|
||||
|
||||
@@ -156,6 +159,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
|
||||
|
||||
ThisInteractionHasHitTheMaximumNumberOfFollowUpMessages = 40_094,
|
||||
|
||||
CloudflareIsBlockingYourRequest = 40_333,
|
||||
|
||||
MissingAccess = 50_001,
|
||||
|
||||
Reference in New Issue
Block a user