mnGetErrorFull

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.

Parameters

None

Returns (Char*)

A full error message written in plain English.

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Error Reporting
(1) Miscellaneous
(0) DarkNet Help