From e0ea9916d1b23383512947b8c2ac98ddf4047817 Mon Sep 17 00:00:00 2001 From: Emerson Valentim <69153761+Emerson-Valentim@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:45:32 -0300 Subject: [PATCH] TR-4446: update transmissions docs with new error code (#754) * docs: update transmissions error code with invalid local part * refactor: change error message --- content/docs/tech-resources/extended-error-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/tech-resources/extended-error-codes.md b/content/docs/tech-resources/extended-error-codes.md index c5b0d53f8..819432172 100644 --- a/content/docs/tech-resources/extended-error-codes.md +++ b/content/docs/tech-resources/extended-error-codes.md @@ -55,6 +55,7 @@ The following table is a complete list of extended error code responses, organiz | | 2005 | No published version of template exists | 422 | | | | 2006 | Transmission record in invalid state | 409 | | | | 2007 | Metadata size too large | 422 | | +| | 2008 | No local part specified in sender address | 400 | check if provided email is correct | | | 2101 | Exceed Sending Limit (hourly) | 420 | | | | 2102 | Exceed Sending Limit (daily) | 420 | | | | 2103 | Exceed Sending Limit (sandbox) | 420 | |