Expand description
Types for working with errors produced by SQLx.
Structs
- An unexpected
NULLwas encountered during decoding. 
Enums
- Represents all the ways a method can fail within SQLx.
 - The error kind.
 
Traits
- An error that was returned from the database.
 
Functions
Type Aliases
- A specialized
Resulttype for SQLx.