pub async fn send_error<S>(writer: &mut S, message: &str) -> Result<()>where S: SinkExt<Message> + Unpin,
Build and send an error frame.