BAD_PAYLOAD

const val BAD_PAYLOAD: Int = 1007

1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 RFC3629 data within a text message).

See RFC 6455, Section 7.4.1 Defined Status Codes.