krishnanlab / geneplexus-app-v2

GenePlexus App - backend (cloud functions) and frontend
https://gene-plexus.netlify.app/
Other
2 stars 0 forks source link

Better error messages for when GCP function fails #27

Closed ChristopherMancuso closed 2 months ago

ChristopherMancuso commented 7 months ago

PyGenePlexus has really good error handling and messaging and it would be good to have some more specific errors returned, at least to the google cloud logs. Probably not best to return specific errors on the web server I imagine.

vincerubinetti commented 2 months ago

I think we can close this? In this comment https://github.com/krishnanlab/geneplexus-app-v2/pull/45#issuecomment-2354424030, I was able to see the exact error trace thrown from the cloud function from the frontend console. So I think if the package is raising the exceptions appropriately, those should trickle down to the frontend as well for debugging.