Error Codes
BAD_REQUEST
Problem
The request is malformed, either missing required fields, using wrong datatypes, or being syntactically incorrect.
Solution
Check if you are sending correct path params and query params.
If that doesn’t help, write us an email.
The error code related to the status code.
Available options:
BAD_REQUEST
Example:
"BAD_REQUEST"
A human readable message describing the issue.
Example:
"invalid_type in 'end': Required"
The request id to be used for debugging and error reporting.
Example:
"37a04f8f-e791-491c-81e1-86cd304649bb"
The docs related to the error code.
Example:
"https://docs.nomos.energy/api-references/errors/BAD_REQUEST"