pub type Error = Vec<(String, Option<Span>)>;
Anything that went wrong: a sequence of Span and associated message.
struct Error { /* private fields */ }