![]() |
liblarod
3.1.28
|
Type containing error information. More...
#include <larod.h>
Data Fields | |
larodErrorCode | code |
Error code. | |
const char * | msg |
Error message. | |
Type containing error information.
This is passed as an pointer argument to most library functions. An initialized pointer of this type needs to be deallocated with larodClearError(). The field msg
will always be non-NULL on errors.