Type Alias EnableRobotState

Source
pub type EnableRobotState = DefaultState;

Aliased Type§

pub struct EnableRobotState {
    pub error_code: String,
    pub error_msg: String,
}

Fields§

§error_code: String§error_msg: String