Documentation

EMAIL_MESSAGE_PERSIST_FAILED

500api_error

The message could not be stored.

Cause

The message row and its outbox event are written in one transaction; the transaction failed, so nothing was stored and no email.created event shipped.

How to fix it

Retry the create. Supplying the provider message id de-duplicates a replay.

Example response

500 EMAIL_MESSAGE_PERSIST_FAILED
JSON
{
  "error_code": "EMAIL_MESSAGE_PERSIST_FAILED",
  "error_type": "api_error",
  "error_message": "The message could not be stored.",
  "hint": "Retry the create. Supplying the provider message id de-duplicates a replay.",
  "docs_url": "https://docs.billerapi.com/errors/EMAIL_MESSAGE_PERSIST_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/EMAIL_MESSAGE_PERSIST_FAILED

Was this page helpful?