Represent an error. More...
#include <sml_error_internals.h>
Data Fields | |
SmlErrorType | type |
char * | message |
char * | printMessage |
gint32 | refCount |
Represent an error.
Definition at line 29 of file sml_error_internals.h.
SmlErrorType SmlError::type |
The type of the error that occured
Definition at line 31 of file sml_error_internals.h.
Referenced by smlAssemblerNew(), smlErrorDuplicate(), smlParserNew(), smlSessionEndCommand(), smlSessionFlush(), smlSessionSendReply(), and smlSessionStartCommand().
char* SmlError::message |
The message
Definition at line 33 of file sml_error_internals.h.
char* SmlError::printMessage |
The printed message
Definition at line 35 of file sml_error_internals.h.
gint32 SmlError::refCount |
The reference counter
Definition at line 37 of file sml_error_internals.h.