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