Function unexpected_error_into_http_response
pub fn unexpected_error_into_http_response(
error: impl Into<Box<dyn Error + Sync + Send>>,
) -> ResponseAvailable on crate features
grpc and http only.