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