Struct run_script::types::ScriptError
[−]
[src]
pub struct ScriptError {
pub info: ErrorInfo,
}Error struct
Fields
info: ErrorInfo
Holds the error information
Trait Implementations
impl Debug for ScriptError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for ScriptError[src]
fn description(&self) -> &str[src]
A short description of the error.
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any.