Errors
The API returns consistent error responses with an HTTP status code and a JSON body containing an error code and human-readable message.
All errors follow this structure:
HTTP Status Codes
Error Code Reference
Common Error Scenarios
Invalid JSON Body
Resource Not Found
Always check the error.code field programmatically rather than parsing the message string, as messages may change over time.