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