Internal Server Error

If the Novecore API encounters an unexpected internal issue, it returns an internal server error. This error type is special in that it returns a Trace ID, which can be provided to Novecore to identify a specific request that has failed along with internal information about the encountered error.

{
  "code": 500,
  "error": "Internal Server Error",
  "message": "Internal Server Error",
  "trace_id": "8149ffb47d8c48eda1781c6331fbe16a"
}