pub type TeraError = Error;
pub struct TeraError { pub kind: ErrorKind, /* private fields */ }
kind: ErrorKind
Kind of error