Skip to main content

Problem

An unexpected server error occurred. This is typically caused by a bug or system issue on our end.

Solution

Check the request by debugging or logging it and making sure it’s correct. If that doesn’t help, write us an email.
code
enum<string>
required

The error code related to the status code.

Available options:
INTERNAL_SERVER_ERROR
Example:

"INTERNAL_SERVER_ERROR"

message
string
required

A human readable message describing the issue.

Example:

"Internal Server Error"

requestId
string
required

The request id to be used for debugging and error reporting.

Example:

"37a04f8f-e791-491c-81e1-86cd304649bb"

docs
string
required

The docs related to the error code.

Example:

"https://docs.nomos.energy/api-references/errors/INTERNAL_SERVER_ERROR"