Searched defs:mErrorMsg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.h51 CONST CHAR8 *mErrorMsg; member in struct:_SVFR_ERROR_HANDLE
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp202 Utf8Str mErrorMsg; member in struct:VMTask
9545 &task->mErrorMsg,
9664 rc = pConsole->i_teleporterTrg(pConsole->mpUVM, pMachine, &task->mErrorMsg, task->mStartPaused,
9760 VMR3AtErrorDeregister(pConsole->mpUVM, Console::i_genericVMSetErrorCallback, &task->mErrorMsg);
9777 * an appropriate error message has been set in task->mErrorMsg.
9781 if (!task->mErrorMsg.length())
9789 task->mErrorMsg = Utf8StrFmt(tr("Failed to start VM execution (%Rrc)"),
9795 throw i_setErrorStatic(E_FAIL, task->mErrorMsg.c_str());

Completed in 69 milliseconds