Module error

Expand description

Error types for all database operations

Structs§

ColumnFromStrErr
Error during impl FromStr for Entity::Column
SqlxSqliteError

Enums§

ConnAcquireErr
Connection Acquire error
DbErr
An error from unsuccessful database operations
RuntimeErr
Runtime error
SqlErr
An error from unsuccessful SQL query
SqlxError
Represents all the ways a method can fail within SQLx.
TryGetError
An error from trying to get a row from a Model