[−][src]Module sqlx_core::error
Errorand Result types.
Structs
| UnexpectedNullError | An unexpected |
Enums
| Error | A generic error that represents all the ways a method can fail inside of SQLx. |
Traits
| DatabaseError | An error that was returned by the database. |
Type Definitions
| Result | A specialized |