pub type Error = Box<dyn Error + Send + Sync + 'static>;
A code generation error
pub struct Error(/* private fields */);