#include <Error.h>
|
typedef tRioStatusCode | Code |
|
|
void | Clone (Error &error) |
|
Code | GetCode () const |
|
const char * | GetMessage () const |
|
const char * | GetFilename () const |
|
const char * | GetFunction () const |
|
uint32_t | GetLineNumber () const |
|
const ErrorBase * | GetOriginatingObject () const |
|
double | GetTime () const |
|
void | Clear () |
|
void | Set (Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber, const ErrorBase *originatingObject) |
|
|
static void | EnableStackTrace (bool enable) |
|
static void | EnableSuspendOnError (bool enable) |
|
Error object represents a library error.
The documentation for this class was generated from the following files: