Go to the source code of this file.
|
enum | ECarlaServerResponse {
ECarlaServerResponse::Success,
ECarlaServerResponse::ActorNotFound,
ECarlaServerResponse::ActorTypeMismatch,
ECarlaServerResponse::FunctionNotSupported,
ECarlaServerResponse::NullActor,
ECarlaServerResponse::MissingActor,
ECarlaServerResponse::NotAVehicle,
ECarlaServerResponse::WalkerDead,
ECarlaServerResponse::NotAWalker,
ECarlaServerResponse::WalkerIncompatibleController,
ECarlaServerResponse::AutoPilotNotSupported,
ECarlaServerResponse::CarSimPluginNotEnabled,
ECarlaServerResponse::NotATrafficLight,
ECarlaServerResponse::FunctionNotAvailiableWhenDormant
} |
|
◆ ECarlaServerResponse
Enumerator |
---|
Success | |
ActorNotFound | |
ActorTypeMismatch | |
FunctionNotSupported | |
NullActor | |
MissingActor | |
NotAVehicle | |
WalkerDead | |
NotAWalker | |
WalkerIncompatibleController | |
AutoPilotNotSupported | |
CarSimPluginNotEnabled | |
NotATrafficLight | |
FunctionNotAvailiableWhenDormant | |
Definition at line 9 of file CarlaServerResponse.h.
◆ CarlaGetStringError()
Definition at line 9 of file CarlaServerResponse.cpp.
References ActorNotFound, ActorTypeMismatch, AutoPilotNotSupported, CarSimPluginNotEnabled, FunctionNotAvailiableWhenDormant, MissingActor, NotATrafficLight, NotAVehicle, NotAWalker, NullActor, Success, WalkerDead, and WalkerIncompatibleController.
Referenced by RespondError().