Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
errormodulehandler.c File Reference

Go to the source code of this file.

Data Structures

class  ErrorModuleHandler
 The error handler itself, for managing and distributing errors to modules Manages the ErrorHandlerModule instances inserted in Init. More...

Enumerations

enum  ErrorCategory {
  Unknown , Generic , ConnectErrorClient , ConnectErrorServer ,
  ConnectErrorScript , ClientKicked , BIOSError
}
 ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it came from. More...

Enumeration Type Documentation

◆ ErrorCategory

ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it came from.

Enumerator
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.

Definition at line 4 of file errormodulehandler.c.