rocon_app_manager_msgs/ErrorCodes Message

File: rocon_app_manager_msgs/ErrorCodes.msg

Raw Message Definition

# Error types for the rocon app manager

# General
int8 SUCCESS = 0

# Start
int8 MULTI_RAPP_NOT_SUPPORTED = 10

# Stop App
int8 RAPP_IS_NOT_RUNNING = 20

Compact Message Definition

int8 SUCCESS=0
int8 MULTI_RAPP_NOT_SUPPORTED=10
int8 RAPP_IS_NOT_RUNNING=20