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
int8 UNKNOWN = 1

# Start
int8 MULTI_RAPP_NOT_SUPPORTED = 10

# Stop Rapp
int8 RAPP_IS_NOT_RUNNING = 20
int8 RAPP_IS_NOT_AVAILABLE = 21

# Invitations
int8 LOCAL_INVITATIONS_ONLY = 30
int8 NO_LOCAL_GATEWAY = 31
int8 ALREADY_REMOTE_CONTROLLED = 32
int8 NOT_CURRENT_REMOTE_CONTROLLER = 33
int8 INVITING_CONTROLLER_NOT_WHITELISTED = 34
int8 INVITING_CONTROLLER_BLACKLISTED = 35
int8 CLIENT_CONNECTION_DISRUPTED = 36

Compact Message Definition

int8 SUCCESS=0
int8 UNKNOWN=1
int8 MULTI_RAPP_NOT_SUPPORTED=10
int8 RAPP_IS_NOT_RUNNING=20
int8 RAPP_IS_NOT_AVAILABLE=21
int8 LOCAL_INVITATIONS_ONLY=30
int8 NO_LOCAL_GATEWAY=31
int8 ALREADY_REMOTE_CONTROLLED=32
int8 NOT_CURRENT_REMOTE_CONTROLLER=33
int8 INVITING_CONTROLLER_NOT_WHITELISTED=34
int8 INVITING_CONTROLLER_BLACKLISTED=35
int8 CLIENT_CONNECTION_DISRUPTED=36