DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetCategoryFromError()

static proto ErrorCategory ErrorModuleHandler::GetCategoryFromError ( int errorCode)
staticprivate

Returns the category the error was thrown from.

Аргументы
errorCodeint The full error code
Возвращает
ErrorCategory The ErrorCategory the error was thrown from
Print( category );
>> category = 2
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
Определения ErrorModuleHandler.c:5
static proto ErrorCategory GetCategoryFromError(int errorCode)
Returns the category the error was thrown from.
The error handler itself, for managing and distributing errors to modules Manages the ErrorHandlerMod...
Определения ErrorModuleHandler.c:29
proto void Print(void var)
Prints content of variable to console/log.