PsqlErrorResponseException

Thrown by dpeq.PSQLConnection.pollMessages when ErrorResponse message is received (immediately after parse or delayed until ReadyForQuery message).

Constructors

this
this(Notice n, Throwable next, string file, size_t line)
Undocumented in source.
this
this(Notice n, string file, size_t line, Throwable next)
Undocumented in source.

Members

Variables

notice
Notice notice;

Contents of ErrorResponse message that caused this exception.

Meta