Skip to content

CloseInternalError

[Source]

Internal error (1011). An unexpected server error occurred.

primitive val CloseInternalError is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: CloseInternalError val^

Returns


Public Functions

code

[Source]

Returns the RFC 6455 numeric close code.

fun box code()
: U16 val

Returns


string

[Source]

Returns a human-readable representation including the code and name.

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns