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:
parent
c8cee945c5
commit
fdc1abe7cc
4 changed files with 83 additions and 2 deletions
|
|
@ -15,3 +15,4 @@ futures = "*"
|
|||
tera = "0.11"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
failure = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue