Skip to content

SessionClosed

[Source]

Error returned when a query is attempted for a session that was closed or failed to open. Includes sessions that were closed by the user as well as those closed due to connection failures, authentication failures, and connections that have been shut down due to unrecoverable Postgres protocol errors.

primitive val SessionClosed is
  ClientQueryError val

Implements


Constructors

create

[Source]

new val create()
: SessionClosed val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns