Basics
Errors
Learn how to handle API errors properly.
Response Attributes
All API error responses follow this format and will remain consistent:
statusCode
number
requiredThe HTTP status code of the error
error
string
requiredThe status code description (e.g., NOT_FOUND
)
message
string
requiredA descriptive message explaining the error
Message fields are designed to not contain sensitive information, and can be safely passed down to user interfaces.