liblarod  3.1.28
Data Fields
larodError Struct Reference

Type containing error information. More...

#include <larod.h>

Data Fields

larodErrorCode code
 Error code.
 
const char * msg
 Error message.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: