DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ErrorCategory

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{
6 Unknown/* = -1*/,
19};
@ ConnectErrorServer
Error group for when the Client did connect to the Server, but the server rejected the connection.
Определения ErrorModuleHandler.c:12
@ ConnectErrorClient
Error group for when something went wrong while trying to connect to the server.
Определения ErrorModuleHandler.c:10
@ Unknown
Определения ErrorModuleHandler.c:6
@ ConnectErrorScript
Error group for connect errors thrown from Script.
Определения ErrorModuleHandler.c:14
@ Generic
Generic error group.
Определения ErrorModuleHandler.c:8
@ BIOSError
Error group for BIOS errors.
Определения ErrorModuleHandler.c:18
@ ClientKicked
Error group for when Client is kicked from server.
Определения ErrorModuleHandler.c:16