Currently, node-solid-server only supports returning errors with Content-Type: text/html.
Add support for some other error content types (based on the request Accept: header, etc).
- Decide which error formats to support (JSON, Turtle?).
- For Turtle errors, pick an appropriate error ontology
- For JSON errors, pick appropriate format/RFC.