From e35ff78bb2c0c522fc0a73eed884d9b76f70be6b Mon Sep 17 00:00:00 2001 From: Emerson-Valentim Date: Wed, 20 Dec 2023 15:58:45 -0300 Subject: [PATCH] docs: add new extended error code --- 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 819432172..b12a7b835 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 | |