GOG GALAXY SDK Documentation
|
The exception thrown to report that a method was called with an invalid argument. More...
#include <Errors.h>
Additional Inherited Members | |
Public Types inherited from IError | |
enum | Type { UNAUTHORIZED_ACCESS , INVALID_ARGUMENT , INVALID_STATE , RUNTIME_ERROR } |
Type of error. | |
Public Member Functions inherited from IError | |
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... | |
The exception thrown to report that a method was called with an invalid argument.