A class for representing API Errors. More...
#include <openvsp_as.h>
| Public Member Functions | |
| ERROR_CODE | GetErrorCode () | 
| string | GetErrorString () | 
ErrorObj is defined by an error code enum and associated error string.
Definition at line 996 of file openvsp_as.h.
| ERROR_CODE ErrorObj::GetErrorCode | ( | ) | 
Get the ERROR_CODE enum of the last raised error
| string ErrorObj::GetErrorString | ( | ) | 
Get the error string of the last raised error
 1.8.17
 1.8.17