SError class is used to obtain additional error informations after calling ApplicationAPI function. More...
Public Member Functions | |
SError () | |
Constructor of SError More... | |
int | GetCode () |
The function returns error code. More... | |
string | GetDescription () |
The function returns description of error code. More... | |
void | Clear () |
The function clears message description. More... | |
Static Public Member Functions | |
static int | SizeOf () |
The function returns Size of SError in bytes . More... | |
Public Attributes | |
int | nCode |
Error code More... | |
SError class is used to obtain additional error informations after calling ApplicationAPI function.
It is possible to get error code and error description by calling GetCode and GetDescription functions.
General error codes that sets each function are:
Some functions gets also function-specific error codes: