pub type DeviceSendResponseResult = Result<(), i32>;
enum DeviceSendResponseResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value