informatics-isi-edu / deriva-webapps

Deriva-based web applications
Apache License 2.0
2 stars 1 forks source link

Added error message for invalid id and no data scenario #152

Closed KenyShah24 closed 1 year ago

KenyShah24 commented 1 year ago

2 cases to handle for 404 Not Found:

1) There is no heatmap data available for the given “id” (but the record with that id exists) 2) There is no record with the given “id” (and therefore there is no heatmap data that exists)

Issue link : https://github.com/informatics-isi-edu/deriva-webapps/issues/74