Error
Error details returned when an operation fails
statusintegerrequired
HTTP status code
Example:
500
messagestringrequired
Human-readable error message
Example:
Could not verify auth status
error_detailsstring
Additional error details or stack trace when available
Error
{
"status": 500,
"message": "Could not verify auth status",
"error_details": "string"
}