Fetches the Server message for the error code, attempting to retrieve the data from the latest.
- Аргументы
-
errorCode | int The full error code to check against |
- Возвращает
string
The Server message for the error
См. определение в файле ErrorHandlerModule.c строка 186
187 {
189 {
191 }
192 else
193 {
196 }
197 }
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 GetServerMessage(int errorCode, string additionalInfo="")
Fetches the Server 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, ErrorModuleHandler::GetErrorHex(), GetServerMessage(), m_LastAdditionalInfo и m_LastErrorThrown.