Enum fxbox_thinkerbell::run::Error [] [src]

pub enum Error {
    CompileError(Error),
    RunningError(RunningError),
    APIError(Error),
}

Variants

CompileError
RunningError
APIError

Trait Implementations

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result