pub fn new_network_error( code: u16, message: &str, details: &str, temporary: bool, ) -> Error
Create a new network error without an underlying cause.