EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PyExceptions.h File Reference
#include "python/PyRep.h"
Include dependency graph for PyExceptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyException
 Base class for exceptions that can be converted to python objects. More...
 
class  GPSTransportClosed
 Python object "exceptions.GPSTransportClosed". More...
 
class  UserError
 Python object "ccp_exceptions.UserError". More...
 
class  CustomError
 Advanced version of UserError that allows to send a full custom message. More...
 

Enumerations

enum  UserError_ParameterIDs {
  UserError_Parameter_OwnerName = 2, UserError_Parameter_LocationName = 3, UserError_Parameter_TypeName = 4, UserError_Parameter_TypeDescription = 5,
  UserError_Parameter_BluePrintTypeName = 6, UserError_Parameter_GroupName = 7, UserError_Parameter_GroupDescription = 8, UserError_Parameter_CategoryName = 9,
  UserError_Parameter_CategoryDescription = 10, UserError_Parameter_Date = 15, UserError_Parameter_Time = 16, UserError_Parameter_TimeShort = 17,
  UserError_Parameter_Amount = 18, UserError_Parameter_Distance = 21, UserError_Parameter_DateTime = 14, UserError_Parameter_The = 22,
  UserError_Parameter_A = 23, UserError_Parameter_TypeIDAndQuantity = 24, UserError_Parameter_OwnerNick = 25, UserError_Parameter_ISK = 28,
  UserError_Parameter_TypeIDList = 29, UserError_Parameter_AUR = 30, UserError_Parameter_Localization = 101, UserError_Parameter_List = 103
}
 Enumeration that indicates what parameters can be sent along with an UserError. More...
 

Enumeration Type Documentation

Enumeration that indicates what parameters can be sent along with an UserError.

Enumerator
UserError_Parameter_OwnerName 
UserError_Parameter_LocationName 
UserError_Parameter_TypeName 
UserError_Parameter_TypeDescription 
UserError_Parameter_BluePrintTypeName 
UserError_Parameter_GroupName 
UserError_Parameter_GroupDescription 
UserError_Parameter_CategoryName 
UserError_Parameter_CategoryDescription 
UserError_Parameter_Date 
UserError_Parameter_Time 
UserError_Parameter_TimeShort 
UserError_Parameter_Amount 
UserError_Parameter_Distance 
UserError_Parameter_DateTime 
UserError_Parameter_The 
UserError_Parameter_A 
UserError_Parameter_TypeIDAndQuantity 
UserError_Parameter_OwnerNick 
UserError_Parameter_ISK 
UserError_Parameter_TypeIDList 
UserError_Parameter_AUR 
UserError_Parameter_Localization 
UserError_Parameter_List 

Definition at line 85 of file PyExceptions.h.

86 {
111 };