Struct run_script::types::ScriptError [] [src]

pub struct ScriptError {
    pub info: ErrorInfo,
}

Error struct

Fields

Holds the error information

Trait Implementations

impl Debug for ScriptError
[src]

[src]

Formats the value using the given formatter.

impl Error for ScriptError
[src]

[src]

A short description of the error.

[src]

The lower-level cause of this error, if any.

impl Display for ScriptError
[src]

[src]

Formats the value using the given formatter.