Skip to content

queue_admin_notification_unexpected_error

queue_admin_notification_unexpected_error

Description

The admin notification pipeline failed unexpectedly while queueing one or more recipients.

HTTP Status

500 Internal Server Error

doc_url Format

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/queue_admin_notification_unexpected_error

Typical Causes

  • A configured admin notification recipient email is invalid.
  • The internal email template renderer failed.
  • The email or job persistence layer returned an unexpected error.

Example

Response:

json
{
  "errors": [
    {
      "code": "queue_admin_notification_unexpected_error",
      "message": "Failed to queue admin notification for all recipients.",
      "doc_url": "https://docs.example.com/errors/queue_admin_notification_unexpected_error"
    }
  ]
}

How To Fix

  1. Inspect the emailing service logs.
  2. Fix the recipient configuration or downstream failure.
  3. Retry after the underlying problem is resolved.