From 53c0c7c81d4a0d31ef8b5d9c3466e9af70c0717a Mon Sep 17 00:00:00 2001 From: Emerson Valentim <69153761+Emerson-Valentim@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:22:13 -0300 Subject: [PATCH] docs: add new extended error code (#756) --- 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 81943217..b12a7b83 100644 --- a/content/docs/tech-resources/extended-error-codes.md +++ b/content/docs/tech-resources/extended-error-codes.md @@ -70,6 +70,7 @@ The following table is a complete list of extended error code responses, organiz | | 3030 | template already exists | 400 | | | | 3040 | template content is corrupt | 422 | fix content and retry | | | 3050 | template HTML content is invalid | 422 | fix content and retry | +| | 3051 | Sandbox template should not be modified | 422 | | | *Recipient List* | *5000-5999* | | | | | | 5000 | List created with validation errors | 200 | | | | 5001 | List already exists | 400 | |