Function actix_web::error::ErrorNetworkAuthenticationRequired
source ยท pub fn ErrorNetworkAuthenticationRequired<T>(err: T) -> Error
Expand description
Helper function that wraps any error and generates a NETWORK_AUTHENTICATION_REQUIRED
response.