pub const UNSUPPORTED: u16 = 1003; // 1_003u16
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.