pub struct FmError { /* private fields */ }Expand description
Default error used in whole application.
Implementations§
Trait Implementations§
source§impl Error for FmError
impl Error for FmError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<Error> for FmError
impl From<Error> for FmError
source§fn from(fs_extra_error: FsExtraError) -> Self
fn from(fs_extra_error: FsExtraError) -> Self
Converts to this type from the input type.
source§impl From<Error> for FmError
impl From<Error> for FmError
source§fn from(error: NotifyError) -> Self
fn from(error: NotifyError) -> Self
Converts to this type from the input type.
source§impl From<ImageError> for FmError
impl From<ImageError> for FmError
source§fn from(error: ImageError) -> Self
fn from(error: ImageError) -> Self
Converts to this type from the input type.
source§impl From<ParseError> for FmError
impl From<ParseError> for FmError
source§fn from(error: ParseError) -> Self
fn from(error: ParseError) -> Self
Converts to this type from the input type.
source§impl From<ParseError> for FmError
impl From<ParseError> for FmError
source§fn from(error: ParseError) -> Self
fn from(error: ParseError) -> Self
Converts to this type from the input type.
source§impl From<SetLoggerError> for FmError
impl From<SetLoggerError> for FmError
source§fn from(error: SetLoggerError) -> Self
fn from(error: SetLoggerError) -> Self
Converts to this type from the input type.
source§impl From<TuikitError> for FmError
impl From<TuikitError> for FmError
source§fn from(tuikit_error: TuikitError) -> Self
fn from(tuikit_error: TuikitError) -> Self
Converts to this type from the input type.