pub use error::{error, fatal, ok, Result};
pub enum FatalError {
UnexpectedError,
}
impl error::FatalError for FatalError {}