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

# Stop App
int8 RAPP_IS_NOT_RUNNING = 21

Compact Message Definition

int8 SUCCESS=0
int8 RAPP_IS_NOT_RUNNING=21