Definition at line 23 of file ConnectErrorClientModule.c.
◆ ConnectErrorClientModule()
void ConnectErrorClientModule::ConnectErrorClientModule |
( |
| ) |
|
|
inlineprivate |
Definition at line 25 of file ConnectErrorClientModule.c.
26 {
28 }
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
◆ FillErrorDataMap()
override void ConnectErrorClientModule::FillErrorDataMap |
( |
| ) |
|
|
inlineprivate |
Definition at line 37 of file ConnectErrorClientModule.c.
38 {
39 super.FillErrorDataMap();
40
46
50
53
56 }
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.
void InsertErrorProperties(int code, string message="")
Insert an error with no handling.
References InsertDialogueErrorProperties(), and InsertErrorProperties().
◆ InitOptionalVariables()
override void ConnectErrorClientModule::InitOptionalVariables |
( |
| ) |
|
|
inlineprivate |
Definition at line 30 of file ConnectErrorClientModule.c.
31 {
32 super.InitOptionalVariables();
33
34 m_Header =
"#server_browser_connecting_failed";
35 }
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: