ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it came from.
Элементы перечислений |
---|
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.
|
См. определение в файле ErrorModuleHandler.c строка 4
5{
19};
@ ConnectErrorServer
Error group for when the Client did connect to the Server, but the server rejected the connection.
@ ConnectErrorClient
Error group for when something went wrong while trying to connect to the server.
@ ConnectErrorScript
Error group for connect errors thrown from Script.
@ Generic
Generic error group.
@ BIOSError
Error group for BIOS errors.
@ ClientKicked
Error group for when Client is kicked from server.