enum class Codes
Standard close reason codes
see https://tools.ietf.org/html/rfc6455#section-7.4 for list of codes
NORMAL
GOING_AWAY
PROTOCOL_ERROR
CANNOT_ACCEPT
CLOSED_ABNORMALLY
NOT_CONSISTENT
VIOLATED_POLICY
TOO_BIG
NO_EXTENSION
INTERNAL_ERROR
SERVICE_RESTART
TRY_AGAIN_LATER
code
val code: Short
UNEXPECTED_CONDITION
val UNEXPECTED_CONDITION: Codes
byCode
fun byCode(code: Short): Codes?
Get enum value by close reason code