enum ErrorCategorySource
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it came from
| Name | Value | |
|---|---|---|
Unknown | ||
Generic | Generic error group | |
ConnectErrorClient | Error group for when something went wrong while trying to connect to the server | |
ConnectErrorServer | Error group for when the Client did connect to the Server, but the server rejected the connection | |
ConnectErrorScript | Error group for connect errors thrown from Script | |
ClientKicked | Error group for when Client is kicked from server | |
BIOSError | Error group for BIOS errors |