GOG GALAXY SDK Documentation
|
The exception thrown when calling Galaxy interfaces while the user is not signed in and thus not authorized for any interaction. 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 when calling Galaxy interfaces while the user is not signed in and thus not authorized for any interaction.