From 1dfbb941decdc7432fc9ca3a6140f8d9025f530f Mon Sep 17 00:00:00 2001 From: RiskyMH Date: Tue, 23 Jun 2026 10:33:47 +1000 Subject: [PATCH 1/2] document error code 160009 --- developers/topics/opcodes-and-status-codes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/developers/topics/opcodes-and-status-codes.mdx b/developers/topics/opcodes-and-status-codes.mdx index 80509d79fa..0bd9c4cc5c 100644 --- a/developers/topics/opcodes-and-status-codes.mdx +++ b/developers/topics/opcodes-and-status-codes.mdx @@ -341,6 +341,7 @@ Along with the HTTP error code, our API can also return more detailed error code | 160005 | Thread is locked | | 160006 | Maximum number of active threads reached | | 160007 | Maximum number of active announcement threads reached | +| 160009 | Cannot reference a message without permission to read message history | | 160014 | You cannot forward a message whose content you cannot read | | 170001 | Invalid JSON for uploaded Lottie file | | 170002 | Uploaded Lotties cannot contain rasterized images such as PNG or JPEG | From 9677e1e12f44bd1800b0a58dd9636bdfb099775c Mon Sep 17 00:00:00 2001 From: Michael H Date: Wed, 1 Jul 2026 05:53:07 +1000 Subject: [PATCH 2/2] document error code 160010 --- developers/topics/opcodes-and-status-codes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/developers/topics/opcodes-and-status-codes.mdx b/developers/topics/opcodes-and-status-codes.mdx index 0bd9c4cc5c..e5dfe529b7 100644 --- a/developers/topics/opcodes-and-status-codes.mdx +++ b/developers/topics/opcodes-and-status-codes.mdx @@ -342,6 +342,7 @@ Along with the HTTP error code, our API can also return more detailed error code | 160006 | Maximum number of active threads reached | | 160007 | Maximum number of active announcement threads reached | | 160009 | Cannot reference a message without permission to read message history | +| 160010 | NSFW channel message reference not allowed | | 160014 | You cannot forward a message whose content you cannot read | | 170001 | Invalid JSON for uploaded Lottie file | | 170002 | Uploaded Lotties cannot contain rasterized images such as PNG or JPEG |