feat(errors): Introduce error module with custom error type

Introduces an error type using the failure crate. This type has
foreign error links established to various errors that can occur
within Converse.
This commit is contained in:
Vincent Ambo 2018-04-08 19:21:56 +02:00
parent c8cee945c5
commit fdc1abe7cc
4 changed files with 83 additions and 2 deletions

View file

@ -15,3 +15,4 @@ futures = "*"
tera = "0.11"
serde = "1.0"
serde_derive = "1.0"
failure = "*"