teiler / web.teiler.io

A JS web client for teiler.io.
https://web.teiler.io
MIT License
3 stars 0 forks source link

[on hold] HTTP 406 is not handled when creating an expense or compensation #108

Open McDonnough opened 6 years ago

McDonnough commented 6 years ago

When creating an expense or a compensation an HTTP-error of type 406 might be thrown (see expense-specification and compensation-specification for details) but there is no code handling this specific error in the web client. This in turn leads to confusing behaviour when trying to add an expense violating the constraints of the endpoint.

See issue on teiler.api.io for further details.