Enum fm::fm_error::ErrorVariant
source · pub enum ErrorVariant {
Show 19 variants
IO,
REGEX,
OSSTRING,
THREAD,
TUIKIT,
BOXED,
FSEXTRA,
ZIP,
LOGGER,
FMT,
STRUM,
SERDEYAML,
CHRONO,
UTF8ERROR,
ZIPERROR,
LZMAERROR,
SYNTECT,
ANYHOW,
CUSTOM(String),
}Expand description
Different variant of errors, depending on what caused the error. If the error is custom made, a string depicts the problem more precisely.