LibOFX
|
An abstraction of an OFX error code sent by an OFX server. More...
Data Fields | |
int | code |
const char * | name |
const char * | description |
An abstraction of an OFX error code sent by an OFX server.
Definition at line 23 of file ofx_error_msg.hh.
int ErrorMsg::code |
const char* ErrorMsg::description |
The long description of the error
Definition at line 34 of file ofx_error_msg.hh.
Referenced by OfxStatusContainer::add_attribute().
const char* ErrorMsg::name |
The error's name
Definition at line 33 of file ofx_error_msg.hh.
Referenced by OfxStatusContainer::add_attribute().