Add redmefile to ServerErrors

Signed-off-by: Aliwoto <aminnimaj@gmail.com>
This commit is contained in:
Aliwoto 2021-09-07 08:14:57 +00:00
parent 823bd06d5a
commit e0b54b600c
No known key found for this signature in database
GPG Key ID: 646B4FE4205EC48C
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# ServerErrors
These errors are usually rasied as a last resort when something is wrong
with the server.
| Name | Code | Hex Code | Deprecated | Versions | Description |
|---------------------|-------|----------|------------|----------|---------------------------------------------------------------------------------|
| InternalServerError | 16384 | 0x04000 | No | 1.0 | Raised when there was an unexpected error while trying to process your request. |