Skip to content

HandshakeInvalidKey

[Source]

The Sec-WebSocket-Key header was not a valid base64-encoded 16-byte value.

primitive val HandshakeInvalidKey is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: HandshakeInvalidKey val^

Returns


Public Functions

string

[Source]

Returns a human-readable description of this error.

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  that: HandshakeInvalidKey val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: HandshakeInvalidKey val)
: Bool val

Parameters

Returns