Constant axum::extract::ws::close_code::UNSUPPORTED
source ยท pub const UNSUPPORTED: u16 = 1003;
Expand description
Indicates that an endpoint is terminating the connection because it has received a type of data that it cannot accept.
For example, an endpoint MAY send this if it understands only text data, but receives a binary message.