Skip to main content

humanize_connection_error

Function humanize_connection_error 

Source
pub fn humanize_connection_error(
    provider_label: &str,
    error_msg: &str,
) -> String
Expand description

Translate a connection-refused / DNS / timeout error into a French message.

Call this when reqwest returns a connection error (not an HTTP error).