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