◆ BIOSErrorModule()
73 {
75 }
void SetCategory(EDynamicMusicPlayerCategory category, bool forced)
Definition DynamicMusicPlayer.c:241
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
Definition ErrorModuleHandler.c:5
Перекрестные ссылки SetCategory().
◆ FillErrorDataMap()
85 {
86 super.FillErrorDataMap();
87
97
99
102
106
108
111
113
116
120 }
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
Definition BIOSErrorModule.c:7
void InsertErrorProperties(int code, string message="")
Insert an error with no handling.
Definition ErrorHandlerModule.c:269
void InsertBIOSError(int code, string message)
Definition BIOSErrorModule.c:122
Перекрестные ссылки InsertBIOSError() и InsertErrorProperties().
◆ InitOptionalVariables()
78 {
79 super.InitOptionalVariables();
80
82 }
class ErrorHandlerModule m_Header
This is where to input logic and extend functionality of ErrorHandlerModule.
Перекрестные ссылки m_Header.
◆ InsertBIOSError()
123 {
124 #ifdef PLATFORM_CONSOLE
126 #else
128 #endif
129 }
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.
Definition ErrorHandlerModule.c:233
Перекрестные ссылки InsertDialogueErrorProperties() и InsertErrorProperties().
Используется в FillErrorDataMap().
Объявления и описания членов класса находятся в файле: