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