Skip to main content

Module error

Module error 

Source
Expand description

Types for working with errors produced by SQLx.

Structs§

UnexpectedNullError
An unexpected NULL was encountered during decoding.

Enums§

Error
Represents all the ways a method can fail within SQLx.
ErrorKind
The error kind.

Traits§

DatabaseError
An error that was returned from the database.

Functions§

mismatched_types

Type Aliases§

BoxDynError
Result
A specialized Result type for SQLx.