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]
impl Debug for ScriptErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ScriptError[src]
impl Error for ScriptErrorfn description(&self) -> &str[src]
fn description(&self) -> &strA short description of the error.
fn cause(&self) -> Option<&Error>[src]
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any.
impl Display for ScriptError[src]
impl Display for ScriptErrorAuto Trait Implementations
impl Send for ScriptError
impl Send for ScriptErrorimpl Sync for ScriptError
impl Sync for ScriptError