PsqlErrorResponseException

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

class PsqlErrorResponseException : Exception {}

Members

Variables

notice
Notice notice;

Contents of ErrorResponse message that caused this exception.

Meta