Retrieves the last pending socket error.
impl Socket { fn error(&self) -> Result<Errno, Errno> }
Returns the last socket error.
socket(7) and SO_ERROR therein