replikativ / datahike-server

Datahike remote system
Eclipse Public License 2.0
36 stars 6 forks source link

Better error information on datahike error #24

Closed jsmassa closed 2 years ago

jsmassa commented 3 years ago

When an exception is thrown out of the Datahike code, e.g. due to an erroneous query formulation, the server responds with status 500 and only information about error type and class in its body. It would be nice though to have more information about why the error occurred, i.e. at least the exception info if it is an exception.

kordano commented 2 years ago

fixed with #40