mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add 5xx error messages.
This commit is contained in:
8
templates/error/descriptions/H500.md
Normal file
8
templates/error/descriptions/H500.md
Normal 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).
|
||||
9
templates/error/descriptions/H501.md
Normal file
9
templates/error/descriptions/H501.md
Normal 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).
|
||||
Reference in New Issue
Block a user