Fetches the Client message for the error code, attempting to retrieve the data from the latest.
- Аргументы
-
errorCode | int The full error code to check against |
- Возвращает
string
The Client message for the error
См. определение в файле ErrorHandlerModule.c строка 149
150 {
152 {
154 }
155 else
156 {
159 }
160 }
string m_LastAdditionalInfo
Holds the last additional info passed in.
int m_LastErrorThrown
Holds the last thrown error in this module, defaults to 0.
override string GetClientMessage(int errorCode, string additionalInfo="")
Fetches the Client message for the error code.
static proto owned string GetErrorHex(int errorCode)
Returns a formatted string of the error code.
The error handler itself, for managing and distributing errors to modules Manages the ErrorHandlerMod...
Перекрестные ссылки ErrorEx, GetClientMessage(), ErrorModuleHandler::GetErrorHex(), m_LastAdditionalInfo и m_LastErrorThrown.