Enum sea_orm::TransactionError [−][src]
Expand description
Defines errors for handling transaction failures
Variants
Connection(DbErr)
Tuple Fields
0: DbErrA Database connection error
Transaction(E)
An error occurring when doing database transactions
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for TransactionError<E> where
E: RefUnwindSafe,
impl<E> Send for TransactionError<E> where
E: Send,
impl<E> Sync for TransactionError<E> where
E: Sync,
impl<E> Unpin for TransactionError<E> where
E: Unpin,
impl<E> UnwindSafe for TransactionError<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
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