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