Enum foxbox_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. |