Enum thalo_postgres::Error [−][src]
pub enum Error {
DbError(Error),
DeserializeDbEvent(usize, Error),
GetDbPoolConnection(RunError<Error>),
SerializeEvent(Error),
}
Expand description
Error enum.
Variants
DbError(Error)
Tuple Fields
0: Error
Database error.
DeserializeDbEvent(usize, Error)
Deserialize database event error.
GetDbPoolConnection(RunError<Error>)
Tuple Fields
0: RunError<Error>
Could not get database pool connection.
SerializeEvent(Error)
Tuple Fields
0: Error
Unable to serialize event.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more