From e0b54b600c3a2b3a40d2602940a2fa56b0e3bdc6 Mon Sep 17 00:00:00 2001 From: Aliwoto Date: Tue, 7 Sep 2021 08:14:57 +0000 Subject: [PATCH] Add redmefile to ServerErrors Signed-off-by: Aliwoto --- SocialVoid/Errors/ServerErrors/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SocialVoid/Errors/ServerErrors/README.md diff --git a/SocialVoid/Errors/ServerErrors/README.md b/SocialVoid/Errors/ServerErrors/README.md new file mode 100644 index 0000000..5347eef --- /dev/null +++ b/SocialVoid/Errors/ServerErrors/README.md @@ -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. | \ No newline at end of file