prio-data/viewser

Better error handling

Closed this issue · 2 comments

Currently remote errors are really sloppily handled. ViEWSer should output more sensical messages, and should be a bit more nuanced with regards to HTTP responses.

A good example is that when running queryset show {name}, and the queryset does not exist, viewser shows a traceback rather than a polite message telling the user that the queryset does not exist.

Fixed in 3cef515, which introduces a much nicer error reporting scheme that pairs well with backend updates.