Document error code 50080 (#2210)

Co-authored-by: ITOH <to@itoh.at>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
LTS20050703
2022-05-12 13:18:08 -04:00
committed by GitHub
co-authored by ITOH Skillz4Killz
parent d8ed2ddb59
commit 840aea814a
+2 -1
View File
@@ -796,7 +796,8 @@ export enum JsonErrorCodes {
InvalidMessageType = 50068, InvalidMessageType = 50068,
PaymentSourceRequiredToRedeemGift = 50070, PaymentSourceRequiredToRedeemGift = 50070,
CannotDeleteAChannelRequiredForCommunityGuilds = 50074, CannotDeleteAChannelRequiredForCommunityGuilds = 50074,
InvalidStickerSent = 50081, CannotEditStickersWithinAMessage = 50080,
InvalidStickerSent,
TriedToPerformAnOperationOnAnArchivedThreadSuchAsEditingAMessageOrAddingAUserToTheThread = 50083, TriedToPerformAnOperationOnAnArchivedThreadSuchAsEditingAMessageOrAddingAUserToTheThread = 50083,
InvalidThreadNotificationSettings, InvalidThreadNotificationSettings,
BeforeValueIsEarlierThanTheThreadCreationDate, BeforeValueIsEarlierThanTheThreadCreationDate,