Response Attributes

All API error responses follow this format and will remain consistent:

statusCode
number
required

The HTTP status code of the error

error
string
required

The status code description (e.g., NOT_FOUND)

message
string
required

A descriptive message explaining the error

Message fields are designed to not contain sensitive information, and can be safely passed down to user interfaces.