Exception: PG::Error
- Inherits:
-
StandardError
- Object
- StandardError
- PG::Error
- Defined in:
- ext/pg.c,
lib/pg/exceptions.rb,
ext/pg_errors.c
Overview
This is the exception class raised when an error is returned from a libpq API call.
The attributes connection
and result
are set to the connection object and result set object, respectively.
If the connection object or result set object is not available from the context in which the error was encountered, it is nil
.
Direct Known Subclasses
ConnectionBad, NotAllCopyDataRetrieved, ServerError, UnableToSend
Instance Attribute Summary collapse
- #connection ⇒ Object readonly
- #result ⇒ Object readonly