concert_msgs/ErrorCodes Message

File: concert_msgs/ErrorCodes.msg

Raw Message Definition

# Error types for concert components

# General
int8 SUCCESS = 0

# Concert Service
int8 SERVICE_UNEXPECTED_ERROR = 31
int8 SERVICE_INSUFFICIENT_CLIENTS = 32
int8 SERVICE_NOT_READY = 33

Compact Message Definition

int8 SUCCESS=0
int8 SERVICE_UNEXPECTED_ERROR=31
int8 SERVICE_INSUFFICIENT_CLIENTS=32
int8 SERVICE_NOT_READY=33