mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
reword error message
This commit is contained in:
@@ -317,7 +317,7 @@ Error code | Body | Meaning
|
|||||||
|
|
||||||
Error code | Body | Meaning
|
Error code | Body | Meaning
|
||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
429 | {"result": "error", <br> "message": "Exceeded send limits (50) for today"} | Exceeded number of messages you can send per day
|
429 | {"result": "error", <br> "message": "Exceeded send limits (50) for today"} | You have reached the maximum number of messages you can send per day
|
||||||
400 | {"result": "error", <br> "message": "id: required field"} | Post body is badly formed: missing `id` field
|
400 | {"result": "error", <br> "message": "id: required field"} | Post body is badly formed: missing `id` field
|
||||||
400 | {"result":"error", <br> "message":{'template': ['Missing personalisation: {template_placeholder_name}']} | Post body is badly formed: missing personalisation data
|
400 | {"result":"error", <br> "message":{'template': ['Missing personalisation: {template_placeholder_name}']} | Post body is badly formed: missing personalisation data
|
||||||
400 | {"result":"error", <br> "message"={'to': ['Invalid {notification_type} for restricted service')]} | Service is in trial mode; you cannot send messages to email addresses or phone numbers not belonging to team members
|
400 | {"result":"error", <br> "message"={'to': ['Invalid {notification_type} for restricted service')]} | Service is in trial mode; you cannot send messages to email addresses or phone numbers not belonging to team members
|
||||||
|
|||||||
Reference in New Issue
Block a user