Added debug trait to errors
This commit is contained in:
parent
d8e899e4f2
commit
3633ee5254
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum Error {
|
pub enum Error {
|
||||||
CommunicatorError(String),
|
CommunicatorError(String),
|
||||||
UknownError,
|
UknownError,
|
||||||
|
|
Loading…
Reference in New Issue