Problem

The request was well-formed but was unable to be followed due to semantic errors.

Solution

This is an error to avoid sending invalid requests from the server to the client. If you see this error, it means that the request was malformed in some way.

Please contact us via email if you see this error.

code
enum<string>
required

The error code related to the status code.

Available options:
UNPROCESSABLE_ENTITY
Example:

"UNPROCESSABLE_ENTITY"

message
string
required

A human readable message describing the issue.

Example:

"invalid_enum_value in 'status': Invalid enum value. Expected 'active' | 'terminated' | 'ended', received 'pending'"

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/UNPROCESSABLE_ENTITY"