For now, it raises a generic error 500 (at least for tornado).
The actual error on the backend side is:
OSError: Can't synchronously read data (can't open directory (/usr/local/hdf5/lib/plugin). Please verify its existence)
so it should be possible to catch it and rethrow something more explicit.
For now, it raises a generic error 500 (at least for tornado).
The actual error on the backend side is:
so it should be possible to catch it and rethrow something more explicit.