feat: Add 4xx error messages.

This commit is contained in:
Ruben Verborgh
2021-07-14 15:58:44 +01:00
parent a23f25ecfe
commit 55acb56533
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Bad request
The server could not process your request.
You will need to adjust the request to continue.

View File

@@ -0,0 +1,4 @@
# Not logged in
This resource is only accessible by logged in agents.
Try logging in and revisiting this resource.

View 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.

View 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.