| lzGetErrorTextThe lzGetErrorText function returns the text associated with the passed-in error number. Both built-in and user-defined errors can be processed by this function. char* lzGetErrorText( | long lErrorID | | // An Elzed error ID. |
);
ParameterslErrorID | | An Elzed error code, or a user-assigned error code. |
Return Value | The text associated with the error code. If the passed in error code has not been registered, the returned string will be empty. |
Versions | Introduced in Elzed 2.2.0 | | This page describes the version of lzGetErrorText active in Elzed 2.5.0 (137: 2.5.0) |
|