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