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