Definition at line 34 of file ConnectErrorServerModule.c.
◆ ConnectErrorServerModule()
void ConnectErrorServerModule::ConnectErrorServerModule |
( |
| ) |
|
|
inlineprivate |
Definition at line 36 of file ConnectErrorServerModule.c.
37 {
39 }
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
◆ FillErrorDataMap()
override void ConnectErrorServerModule::FillErrorDataMap |
( |
| ) |
|
|
inlineprivate |
Definition at line 48 of file ConnectErrorServerModule.c.
49 {
50 super.FillErrorDataMap();
51
57
78 }
void InsertDialogueErrorProperties(int code, string message, int dialogButtonType=DBT_OK, int defaultButton=DBB_OK, int dialogMeaningType=DMT_EXCLAMATION, bool displayAdditionalInfo=true)
Insert an error with Dialogue as handling, using the Optional Variables.
References InsertDialogueErrorProperties().
◆ InitOptionalVariables()
override void ConnectErrorServerModule::InitOptionalVariables |
( |
| ) |
|
|
inlineprivate |
Definition at line 41 of file ConnectErrorServerModule.c.
42 {
43 super.InitOptionalVariables();
44
45 m_Header =
"#server_browser_connecting_failed";
46 }
class ErrorHandlerModule m_Header
This is where to input logic and extend functionality of ErrorHandlerModule.
References m_Header.
◆ OnEvent()
The documentation for this class was generated from the following file: