usethiserror::Error;// Error types for this module
#[derive(Error, Debug)]pubenumPromptError{#[error("{0}")]
ValidateError(String),#[error("Inconcievable! This should never happen!")]
InconcievableError(),#[error(transparent)]
InputError(#[from]std::io::Error),}