Closed jonrkarr closed 4 years ago
Example:
"Record request exceeds limit"
The frontend has difficulty handling this because the server doesn't return an error. I think this should be categorized as a 500 error.
This response is to indicate no records found, because there is no kegg_id that equals to K223755050. I will change it to return an empty array.
kegg_id
K223755050
Done.
Thanks! The frontend now displays a 404 message to users.
Example:
The frontend has difficulty handling this because the server doesn't return an error. I think this should be categorized as a 500 error.