Expand description
Errors, type aliases, and functions related to working with Result
.
Structs
Expected more fields then present in the current row while deserializing results
An unexpected
NULL
was encountered during deserializationEnums
Errors which can occur during
Connection::establish
The kind of database error that occurred.
Represents all the ways that a query can fail.
Traits
Information about an error that was returned by the database.
Type Definitions
A specialized result type for establishing connections.
A specialized result type for queries.