Enum run_script::types::ErrorInfo[][src]

pub enum ErrorInfo {
    IOError(Error),
    Description(&'static str),
}

Holds the error information

Variants

Root error

Description text of the error reason

Trait Implementations

impl Debug for ErrorInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorInfo

impl Sync for ErrorInfo