#include <APIErrorMgr.h>
Public Member Functions | |
| ErrorObj (ERROR_CODE err_code, const string &err_str) | |
| ErrorObj (const ErrorObj &from) | |
| ERROR_CODE | GetErrorCode () |
| string | GetErrorString () |
| void | NoError () |
Public Attributes | |
| ERROR_CODE | m_ErrorCode |
| string | m_ErrorString |
ErrorObj is defined by an error code enum and associated error string.
Definition at line 41 of file APIErrorMgr.h.
|
inline |
Definition at line 47 of file APIErrorMgr.h.
|
inline |
Get the ERROR_CODE enum of the last raised error
Definition at line 70 of file APIErrorMgr.h.
|
inline |
Get the error string of the last raised error
Definition at line 99 of file APIErrorMgr.h.
|
inline |
Definition at line 108 of file APIErrorMgr.h.
| ERROR_CODE vsp::ErrorObj::m_ErrorCode |
Definition at line 105 of file APIErrorMgr.h.
| string vsp::ErrorObj::m_ErrorString |
Definition at line 106 of file APIErrorMgr.h.