Go to the documentation of this file.
22 #ifndef ERRORCLASSES_H_
23 #define ERRORCLASSES_H_
36 #define ERRCODE(type,value) (type * 1000000 + value)
38 #define ErrorType_Base 0
39 #define ErrorType_Network 1
40 #define ErrorType_Data 2
41 #define ErrorType_Conc 3
42 #define ErrorType_Server 4
43 #define ErrorType_Msg 5
44 #define ErrorType_Core 6
46 #define ErrorType_User 2000