EvEmu
0.8.4
11 September 2021
|
#include "python/PyRep.h"
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 that indicates what parameters can be sent along with an UserError.
Definition at line 85 of file PyExceptions.h.