Expand description
Errors, type aliases, and functions related to working with Result
.
Structs§
- Deserialize
Field Error - An error occurred while deserializing a field
- Empty
Changeset - Expected when an update has no changes to save.
- Empty
Query - Expected when you try to execute an empty query
- Unexpected
EndOf Row - Expected more fields then present in the current row while deserializing results
- Unexpected
Null Error - An unexpected
NULL
was encountered during deserialization
Enums§
- Connection
Error - Errors which can occur during
Connection::establish
- Database
Error Kind - The kind of database error that occurred.
- Error
- Represents all the ways that a query can fail.
Traits§
- Database
Error Information - Information about an error that was returned by the database.
- Optional
Empty Changeset Extension - See the method documentation.
- Optional
Extension - See the method documentation.
Type Aliases§
- Connection
Result - A specialized result type for establishing connections.
- Query
Result - A specialized result type for queries.