pub trait Error: Debug + Display + Serialize { }
Basic error trait which implements Debug + Display + Serialize
The usefulness is still undecided