Enum r2d2_postgres::Error
[−]
[src]
pub enum Error {
Connect(ConnectError),
Other(Error),
}A unified enum of errors returned by postgres::Connection
Variants
Connect | A postgres::error::ConnectError |
Other | An postgres::error::Error |