|
GOG GALAXY SDK Documentation
|
Base interface for exceptions. More...
#include <Errors.h>
Public Types | |
| enum | Type { UNAUTHORIZED_ACCESS , INVALID_ARGUMENT , INVALID_STATE , RUNTIME_ERROR } |
| Type of error. | |
Public Member Functions | |
| virtual const char * | GetName () const =0 |
| Returns the name of the error. More... | |
| virtual const char * | GetMsg () const =0 |
| Returns the error message. More... | |
| virtual Type | GetType () const =0 |
| Returns the type of the error. More... | |
Base interface for exceptions.
|
pure virtual |
Returns the error message.
|
pure virtual |
Returns the name of the error.
|
pure virtual |
Returns the type of the error.