This returns a short description of what
DarkNet was doing at the time of the error e.g. “connecting”.
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 short description of what DarkNet was doing at the time of the error.
DBP
C++
.Net