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