Enum dynamic_reload::Error
[−]
[src]
pub enum Error {
Load(Error),
Copy(Error, PathBuf, PathBuf),
CopyTimeOut(PathBuf, PathBuf),
Find(String),
}Errors that can be return from various operatiors
Variants
Load(Error)Loading a library failed
Copy(Error, PathBuf, PathBuf)File copy operation failed
CopyTimeOut(PathBuf, PathBuf)Timeout of file copy happend.
Find(String)Failed to find library
Trait Implementations
impl Debug for Error[src]
impl StdError for Error[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&StdError>[src]
The lower-level cause of this error, if any. Read more