Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TR-4446: update transmissions docs with new error code #754

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/tech-resources/extended-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
Loading