[−][src]Module sqlx_core::error
Error and Result types.
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 |