The file lt_utilStatusStrings.h
declares several functions useful for mapping LT_STATUS
values into text strings that indicate the nature of the error condition encountered.
Most applications will want to use either the getRawStatusString()
or getLastStatusString()
function for retrieving error strings.
The textual error strings for the integer-values LT_STATUS
codes can be found by searching in the files ./include/*status.h
. This may be particularly helpful during the development (debugging) process.
For details on using the error string system, consult the Reference Manual.