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