mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
d60c3242af
swc_bundler: - Fix cycle detection for complex circular imports. (denoland/deno#10752) swc_ecma_transforms_typescript: - Allow using large values for an enum variant.
115 lines
4.1 KiB
TypeScript
115 lines
4.1 KiB
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/codes/json_error_codes.ts
|
|
|
|
|
|
/** https://discord.com/developers/docs/topics/opcodes-and-status-codes#json */
|
|
export enum DiscordJsonErrorCodes {
|
|
GeneralError,
|
|
UnknownAccount = 10001,
|
|
UnknownApplication,
|
|
UnknownChannel,
|
|
UnknownGuild,
|
|
UnknownIntegration,
|
|
UnknownInvite,
|
|
UnknownMember,
|
|
UnknownMessage,
|
|
UnknownPermissionOverwrite,
|
|
UnknownProvider,
|
|
UnknownRole,
|
|
UnknownToken,
|
|
UnknownUser,
|
|
UnknownEmoji,
|
|
UnknownWebhook,
|
|
UnknownWebhookService,
|
|
UnknownSession = 10020,
|
|
UnknownBan = 10026,
|
|
UnknownSKU,
|
|
UnknownStoreListing,
|
|
UnknownEntitlement,
|
|
UnknownBuild,
|
|
UnknownLobby,
|
|
UnknownBranch,
|
|
UnknownStoreDirectoryLayout,
|
|
UnknownRedistributable = 10036,
|
|
UnknownGiftCode = 10038,
|
|
UnknownGuildTemplate = 10057,
|
|
UnknownDiscoveryCategory = 10059,
|
|
UnknownInteraction = 10062,
|
|
UnknownApplicationCommand = 10063,
|
|
UnknownApplicationCommandPermissions = 10066,
|
|
BotsCannotUseThisEndpoint = 20001,
|
|
OnlyBotsCanUseThisEndpoint,
|
|
ExplicitContentCannotBeSentToTheDesiredRecipient = 20009,
|
|
YouAreNotAuthorizedToPerformThisActionOnThisApplication = 20012,
|
|
ThisActionCannotBePerformedDueToSlowmodeRateLimit = 20016,
|
|
OnlyTheOwnerOfThisAccountCanPerformThisAction = 20018,
|
|
ThisMessageCannotBeEditedDueToAnnouncementRateLimits = 20022,
|
|
TheChannelYouAreWritingHasHitTheWriteRateLimit = 20028,
|
|
MaximumNumberOfGuildsReached = 30001,
|
|
MaximumNumberOfFriendsReached,
|
|
MaximumNumberOfPinsReachedForTheChannel,
|
|
MaximumNumberOfRecipientsReached,
|
|
MaximumNumberOfGuildRolesReached,
|
|
MaximumNumberOfWebhooksReached = 30007,
|
|
MaximumNumberOfEmojisReached,
|
|
MaximumNumberOfReactionsReached = 30010,
|
|
MaximumNumberOfGuildChannelsReached = 30013,
|
|
MaximumNumberOfAttachmentsInAMessageReached = 30015,
|
|
MaximumNumberOfInvitesReached,
|
|
MaximumNumberOfGuildDiscoverySubcategoriesHasBeenReached = 30030,
|
|
GuildAlreadyHasTemplate = 30031,
|
|
MaximumNumberOfBansForNonGuildMembersHaveBeenExceeded = 30035,
|
|
MaximumNumberOfBansFetchesHasBeenReached = 30037,
|
|
UnauthorizedProvideAValidTokenAndTryAgain = 40001,
|
|
YouNeedToVerifyYourAccountInOrderToPerformThisAction,
|
|
YouAreOpeningDirectMessagesTooFast,
|
|
RequestEntityTooLargeTrySendingSomethingSmallerInSize = 40005,
|
|
ThisFeatureHasBeenTemporarilyDisabledServerSide,
|
|
ThisUserBannedFromThisGuild,
|
|
TargetUserIsNotConnectedToVoice = 40032,
|
|
ThisMessageHasAlreadyBeenCrossposted = 40033,
|
|
AnApplicationCommandWithThatNameAlreadyExists = 40041,
|
|
MissingAccess = 50001,
|
|
InvalidAccountType,
|
|
CannotExecuteActionOnADMChannel,
|
|
GuildWidgetDisabled,
|
|
CannotEditMessageAuthoredByAnotherUser,
|
|
CannotSendAnEmptyMessage,
|
|
CannotSendMessagesToThisUser,
|
|
CannotSendMessagesInAVoiceChannel,
|
|
ChannelVerificationLevelIsTooHighForYouToGainAccess,
|
|
OAuth2ApplicationDoesNotHaveABot,
|
|
OAuth2ApplicationLimitReached,
|
|
InvalidOAuth2State,
|
|
YouLackPermissionsToPerformThatAction,
|
|
InvalidAuthenticationTokenProvided,
|
|
NoteWasTooLong,
|
|
ProvidedTooFewOrTooManyMessagesToDeleteMustProvideAtLeast2AndFewerThan100MessagesToDelete,
|
|
AMessageCanOnlyBePinnedInTheChannelItWasSentIn = 50019,
|
|
InviteCodeWasEitherInvalidOrTaken,
|
|
CannotExecuteActionOnASystemMessage,
|
|
CannotExecuteActionOnThisChannelType = 50024,
|
|
InvalidOAuth2AccessTokenProvided,
|
|
MissingRequiredOAuth2Scope,
|
|
InvalidWebhookTokenProvided,
|
|
InvalidRole,
|
|
InvalidRecipients = 50033,
|
|
AMessageProvidedWasTooOldToBulkDelete,
|
|
InvalidFormBodyOrContentTypeProvided,
|
|
AnInviteWasAcceptedToAGuildTheApplicationsBotIsNotIn,
|
|
InvalidApiVersionProvided = 50041,
|
|
CannotSelfRedeemThisGift = 50054,
|
|
PaymentSourceRequiredToRedeemGift = 50070,
|
|
CannotDeleteAChannelRequiredForCommunityGuilds = 50074,
|
|
InvalidStickerSent = 50081,
|
|
TriedToPerformAnOperationOnAnArchivedThreadSuchAsEditingAMessageOrAddingAUserToTheThread = 50083,
|
|
InvalidThreadNotificationSettings,
|
|
BeforeValueIsEarlierThanTheThreadCreationDate,
|
|
TwoFactorIsRequiredForThisOperation = 60003,
|
|
NoUsersWithDiscordTagExist = 80004,
|
|
ReqctionWasBlocked = 90001,
|
|
ApiResourceIsCurrentlyOverloadedTryAgainALittleLater = 130000,
|
|
}
|
|
|
|
export type JsonErrrorCodes = DiscordJsonErrorCodes;
|
|
export const JsonErrrorCodes = DiscordJsonErrorCodes;
|