Type Alias DisableRobotState

Source
pub type DisableRobotState = DefaultState;

Aliased Type§

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

Fields§

§error_code: String§error_msg: String