pub type DisableRobotState = DefaultState;
pub struct DisableRobotState { pub error_code: String, pub error_msg: String, }
error_code: String
error_msg: String