mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
lost of progress
This commit is contained in:
7
website/src/errors.md
Normal file
7
website/src/errors.md
Normal 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.
|
||||
Reference in New Issue
Block a user