Module migra::errors[][src]

Expand description

Includes all types of errors that uses in the crate.

Structs

DbError

Represents database error.

Enums

DbKind

All kinds of errors with witch this crate works.

Error

Migra error

Type Definitions

MigraResult

A helper type for any result with migra error.

StdError

A helper type for any standard error.

StdResult

A helper type for any result with standard error.