Skip to main content

new_network_error

Function new_network_error 

Source
pub fn new_network_error(
    code: u16,
    message: &str,
    details: &str,
    temporary: bool,
) -> Error
Expand description

Create a new network error without an underlying cause.