![]() |
Dayz Explorer 1.28.160049
|
Class which holds the properties and handling of an error. More...
Protected Member Functions | |
| void | ErrorProperties (string message, string serverMessage) |
| void | HandleError (int errorCode, string additionalInfo="") |
| string | GetClientMessage (string additionalInfo="") |
| string | GetServerMessage (string additionalInfo="") |
Protected Attributes | |
| string | m_Message |
| Message which will appear on Client. | |
| string | m_ServerMessage |
| Message which will appear on Server. | |
Class which holds the properties and handling of an error.
Definition at line 2 of file errorproperties.c.
Definition at line 10 of file errorproperties.c.
Definition at line 18 of file errorproperties.c.
Definition at line 26 of file errorproperties.c.
Definition at line 16 of file errorproperties.c.
|
protected |
Message which will appear on Client.
Definition at line 7 of file errorproperties.c.
|
protected |
Message which will appear on Server.
Definition at line 8 of file errorproperties.c.