pub type Error = Box<ErrorKind>;
An error that can be produced during (de)serializing.
struct Error(/* private fields */);