lost of progress

This commit is contained in:
2023-04-21 16:03:21 +02:00
parent 13924e3abb
commit 8d751026b6
26 changed files with 483 additions and 47 deletions

7
website/src/errors.md Normal file
View File

@@ -0,0 +1,7 @@
# Errors
## 404
A 404 error is returned if the page was not found on the server. This can be either due to a wrong link or a badly configured server, but is mostly user error, so a misspelled link.
## 500
An internal server error occurs when the server is unable to properly process a request, which in some cases might also return a [400](#400) error, if the server first decides that the request is unacceptable.