Service Bus Error

Type URI
https://api.marketingpod.dev/problems/service-bus-error
Status Code
503 Service Unavailable
Description
Failed to queue the event for processing. The event was not persisted.

Example Response

{
  "type": "https://api.marketingpod.dev/problems/service-bus-error",
  "title": "Service Bus Error",
  "status": 503,
  "detail": "Failed to queue the event for processing. The event was not persisted.",
  "instance": "/api/v1/integration/req_1704123456789_abc",
  "requestId": "req_1704123456789_abc",
  "timestamp": "2024-10-07T12:34:56.789Z",
  "error": "ServiceBusError: The service was unable to process the request"
}

Common Causes

How to Fix

  1. Retry the request with exponential backoff
  2. Wait a few seconds and try again
  3. Check Azure Service Bus status page for outages
  4. If the problem persists, contact support with the requestId

Related Errors


Need help? Contact developers@marketingpod.com and include the requestId from your error response.