GOG GALAXY SDK Documentation
Errors.h File Reference

Contains classes representing exceptions. More...

#include "GalaxyExport.h"
Include dependency graph for Errors.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains classes representing exceptions.