| ELZED | Documentation | The Details | API |
| lzGetLastErrorTextThe lzGetLastErrorText function returns the description of the last error code recorded in the current context. char* lzGetLastErrorText();
Parameters
Return Value | A character string containing the description of the last error code. Do not save the returned character pointer; copy the text into your own string. |
Remarks
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetLastErrorText active in Elzed 2.5.0 (44: 2.5.0) |
See Also |
| |