typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

Add error reporting at the REST level #32

Closed pinoval closed 4 years ago

pinoval commented 4 years ago

The REST API should expose some information about failing queries/updates. Now it seems to work no matter the case, even if there is a syntax error in the query.

DavyLandman commented 4 years ago

Is this in the IDE? or on the server? In the REST server we do support errors from rascal now.