Skip to main content

Module error

Module error 

Source
Expand description

Error types returned by SeaORM operations.

Structs§

ColumnFromStrErr
Error during impl FromStr for Entity::Column

Enums§

ConnAcquireErr
Connection Acquire error
DbErr
An error from unsuccessful database operations
RuntimeErr
Runtime error
SqlErr
A portable, backend-agnostic classification of the most common SQL constraint violations, produced by DbErr::sql_err.
TryGetError
An error from trying to get a row from a Model