µSer
|
#include <uSer.hh>
Public Attributes | |
const uSer_ErrorCode | errorCode |
Describes the type of error. | |
Exception class used by µSer to signal errors. This is only supported if USER_EXCEPTIONS is defined. Use the "what" function inherited from std::runtime_error to retrieve a textual description of the error. The result is equivalent to calling uSer_getErrorMessage on the errorCode member variable.