mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add 4xx error messages.
This commit is contained in:
4
templates/error/descriptions/H400.md
Normal file
4
templates/error/descriptions/H400.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Bad request
|
||||
The server could not process your request.
|
||||
|
||||
You will need to adjust the request to continue.
|
||||
4
templates/error/descriptions/H401.md
Normal file
4
templates/error/descriptions/H401.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Not logged in
|
||||
This resource is only accessible by logged in agents.
|
||||
|
||||
Try logging in and revisiting this resource.
|
||||
4
templates/error/descriptions/H403.md
Normal file
4
templates/error/descriptions/H403.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Access not allowed
|
||||
You are logged in, but not allowed to access this resource.
|
||||
|
||||
Try requesting access or logging in with a different identity.
|
||||
5
templates/error/descriptions/H404.md
Normal file
5
templates/error/descriptions/H404.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Resource not found
|
||||
The requested resource was not found.
|
||||
|
||||
Please check whether the URL is correct,
|
||||
or create a new resource at this URL.
|
||||
Reference in New Issue
Block a user