This returns the full error message of
the error. The returned error message will be the same as what is displayed
in DarkNet error message boxes.
This command should only be used when
EM_SAVE error mode is enabled. For more information on error modes see
“Error Reporting”.
C++ users: the memory for the returned string is managed by DarkNet and is guaranteed to remain unchanged and available until the next error occurs. This means that you do not need to deallocate the memory.
None
A full error message written in plain English.
DBP
C++
.Net