Skip to content

ConnectionClosedByServer

[Source]

The server closed the TCP connection before the session reached the ready state. Distinct from ConnectionFailedTCP, which indicates the connection could not be established in the first place.

Applies only to pre-ready peer close. If the server closes the connection after the session has reached the ready state, affected queries receive SessionClosed through their receiver.

primitive val ConnectionClosedByServer

Constructors

create

[Source]

new val create()
: ConnectionClosedByServer val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns