pub type Error = RuntimeTappError;
enum Error { StatementTypeParse(StatementTypeParse), Errors(Errors), }