Definition at line 62 of file BIOSErrorModule.c.
◆ BIOSErrorModule()
void BIOSErrorModule::BIOSErrorModule |
( |
| ) |
|
|
inlineprivate |
Definition at line 64 of file BIOSErrorModule.c.
65 {
67 }
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
◆ FillErrorDataMap()
Definition at line 76 of file BIOSErrorModule.c.
77 {
78 super.FillErrorDataMap();
79
89
91
94
98
100
103
105
108 }
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
void InsertErrorProperties(int code, string message="")
Insert an error with no handling.
void InsertBIOSError(int code, string message)
References InsertBIOSError(), and InsertErrorProperties().
◆ InitOptionalVariables()
Definition at line 69 of file BIOSErrorModule.c.
70 {
71 super.InitOptionalVariables();
72
74 }
class ErrorHandlerModule m_Header
This is where to input logic and extend functionality of ErrorHandlerModule.
References m_Header.
◆ InsertBIOSError()
void BIOSErrorModule::InsertBIOSError |
( |
int | code, |
|
|
string | message ) |
|
inlineprivate |
Definition at line 110 of file BIOSErrorModule.c.
111 {
112#ifdef PLATFORM_CONSOLE
114#else
116#endif
117 }
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(), and InsertErrorProperties().
Referenced by FillErrorDataMap().
The documentation for this class was generated from the following file: