Module error
Expand description
Error types for all database operations
Structs§
- Column
From StrErr - Error during
impl FromStr for Entity::Column
- Sqlx
Sqlite Error
Enums§
- Conn
Acquire Err - Connection Acquire error
- DbErr
- An error from unsuccessful database operations
- Runtime
Err - Runtime error
- SqlErr
- An error from unsuccessful SQL query
- Sqlx
Error - Represents all the ways a method can fail within SQLx.
- TryGet
Error - An error from trying to get a row from a Model