Enum run_script::types::ErrorInfo
[−]
[src]
pub enum ErrorInfo {
IOError(Error),
Description(&'static str),
}Holds the error information
Variants
IOError(Error)Root error
Description(&'static str)Description text of the error reason