From e5e3e305da7b631b9f40f28cd5d6924f135dba65 Mon Sep 17 00:00:00 2001 From: manny-r31 Date: Mon, 20 Oct 2025 09:32:23 -0400 Subject: [PATCH] Added new error code to list of cXML error codes --- .../docs/main/rest/compatibility-api/overview/error-codes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/main/rest/compatibility-api/overview/error-codes.mdx b/website/docs/main/rest/compatibility-api/overview/error-codes.mdx index c630a45ce..5af0d34e6 100644 --- a/website/docs/main/rest/compatibility-api/overview/error-codes.mdx +++ b/website/docs/main/rest/compatibility-api/overview/error-codes.mdx @@ -31,6 +31,7 @@ They are either generic or specific to an interaction mode (voice or messaging). | 21617 | Generic | The concatenated message body exceeds the 1600 character limit | | 21620 | Generic | Invalid media URL(s) | | 21623 | Generic | Number of media files exceeds allowed limit | +| 31922 | Generic | Url invalid WebSocket URL Schema for Streams | | 63019 | Generic | Media Failed to Download | | 21717 | Messaging | Number must be assigned to a Campaign to send US traffic | | [30002](/messaging/getting-started/how-to-troubleshoot-common-messaging-issues#30002) | Messaging | Account suspended |