KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetErrorText

The 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.
);

Parameters

lErrorID
   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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy