Enum tpnote_lib::error::ArgsError
source · pub enum ArgsError {
ParseLocalLinkKind {},
}Expand description
Error related to the filesystem and to invoking external applications.
Variants§
ParseLocalLinkKind
Fields
Remedy: check the configuration file variable arg_default.export_link_rewriting.
Trait Implementations§
source§impl Error for ArgsError
impl Error for ArgsError
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
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl RefUnwindSafe for ArgsError
impl Send for ArgsError
impl Sync for ArgsError
impl Unpin for ArgsError
impl UnwindSafe for ArgsError
Blanket Implementations§
§impl<T> AsFail for Twhere
T: Fail,
impl<T> AsFail for Twhere
T: Fail,
§impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more