[−][src]Function actix_web::error::ErrorNetworkAuthenticationRequired
pub fn ErrorNetworkAuthenticationRequired<T>(err: T) -> Error where
T: Send + Sync + Debug + Display + 'static,
Helper function that creates wrapper of any error and generate NETWORK AUTHENTICATION REQUIRED response.