Enum fxbox_thinkerbell::compile::SourceError [] [src]

pub enum SourceError {
    NoRule,
    NoStatement,
    NoMatch,
    NoMatchSource,
    NoStatementDestination,
}

Variants

NoRule

The source doesn't define any rule.

NoStatement

A rule doesn't have any statements.

NoMatch

A rule doesn't have any condition.

NoMatchSource

A match doesn't have any source.

NoStatementDestination

A statement doesn't have any destination.

Trait Implementations

Derived Implementations

impl Debug for SourceError

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