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 indended to be exhaustively matched, and new variants may be added in the future without a major version bump.

TransactionError

Traits

DatabaseErrorInformation
OptionalExtension

Type Definitions

ConnectionResult
QueryResult
TransactionResult