Internal server error

The server encountered an unexpected condition.

  • Error type: bloomreach/datahub/api/internal-error
  • HTTP status code: 500
  • Class: GenericInternalError
  • Context fields in error response:
    • error_id — string

Error response example

{
  "title": "Internal server error",
  "type": "bloomreach/datahub/api/internal-error",
  "status": 500,
  "detail": "The server encountered an unexpected condition that prevented it from fulfilling the request. This error has been logged with id: 123e4567-e89b-12d3-a456-426614174000",
  "context": {
    "error_id": "123e4567-e89b-12d3-a456-426614174000"
  }
}