feat: Add 5xx error messages.

This commit is contained in:
Ruben Verborgh
2021-07-14 16:05:19 +01:00
parent 55acb56533
commit 9175dfb76d
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Server error
An error occurred on the server while processing your request.
This could be due to a misconfiguration on the server side,
or due to a bug in the server code.
If you think this is a bug,
please [file a bug report](https://github.com/solid/community-server/issues/new).

View File

@@ -0,0 +1,9 @@
# Not implemented
You are trying to use a feature that the server does not implement (yet).
Possible causes include:
- something is misconfigured on the server side
- the behavior you are trying to access is not described by the Solid specifications
If you think this behavior should be supported,
you can [submit a bug report](https://github.com/solid/community-server/issues/new).