[REST] refactored rest responses to Either RESTError a
This way we can have a handle of the errors in the high-level components. Before they were implicitly discarded.
Showing
Please register or sign in to comment
This way we can have a handle of the errors in the high-level components. Before they were implicitly discarded.