GOG GALAXY SDK Documentation
|
Contains classes representing exceptions. More...
#include "GalaxyExport.h"
Go to the source code of this file.
Classes | |
class | IError |
Base interface for exceptions. More... | |
class | IUnauthorizedAccessError |
The exception thrown when calling Galaxy interfaces while the user is not signed in and thus not authorized for any interaction. More... | |
class | IInvalidArgumentError |
The exception thrown to report that a method was called with an invalid argument. More... | |
class | IInvalidStateError |
The exception thrown to report that a method was called while the callee is in an invalid state, i.e. More... | |
class | IRuntimeError |
The exception thrown to report errors that can only be detected during runtime. More... | |
Functions | |
GALAXY_DLL_EXPORT const IError *GALAXY_CALLTYPE | GetError () |
Retrieves error connected with the last API call on the local thread. More... | |
Contains classes representing exceptions.