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 deserialization
Enums§
- 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.
- See the method documentation.
Type Aliases§
- A specialized result type for establishing connections.
- A specialized result type for queries.