|
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 21 of file ofx_error_msg.hh.
| int ErrorMsg::code |
The error's code
Definition at line 29 of file ofx_error_msg.hh.
| const char* ErrorMsg::description |
The long description of the error
Definition at line 31 of file ofx_error_msg.hh.
| const char* ErrorMsg::name |
The error's name
Definition at line 30 of file ofx_error_msg.hh.