Enum lib_gistit::errors::Error [−][src]
pub enum Error {
File(FileError),
Clipboard(ClipboardError),
Params(ParamsError),
IO(IoError),
Encryption(EncryptionError),
Fetch(FetchError),
Settings(SettingsError),
Argument,
Internal(InternalError),
}
Expand description
The top level error structure
Variants
File(FileError)
Tuple Fields
0: FileError
File reading errors
Clipboard(ClipboardError)
Tuple Fields
Clipboard feature errors
Params(ParamsError)
Tuple Fields
0: ParamsError
Gistit params errors
IO(IoError)
Tuple Fields
0: IoError
I/O operations errors
Encryption(EncryptionError)
Tuple Fields
File encrypting/hashing errors
Fetch(FetchError)
Tuple Fields
0: FetchError
Gistit-fetch related errors
Settings(SettingsError)
Tuple Fields
Settings file errors
Argument
Argument parsing errors
Internal(InternalError)
Tuple Fields
Unrecoverable/unexpected errors
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more