Module diesel::result
[−]
[src]
Enums
| ConnectionError | |
| DatabaseErrorKind |
The kind of database error that occurred. This is not meant to exhaustively cover all possible errors, but is used to identify errors which are commonly recovered from programatically. This enum is not intended to be exhaustively matched, and new variants may be added in the future without a major version bump. |
| Error |
The generic "things can fail in a myriad of ways" enum. This type is not intended to be exhaustively matched, and new variants may be added in the future without a major version bump. |
Traits
| DatabaseErrorInformation | |
| OptionalExtension |
See the method documentation. |
Type Definitions
| ConnectionResult |
A specialized result type for establishing connections. |
| QueryResult |
A specialized result type for queries. |