Enum ucglib::error::ErrorType [−][src]
pub enum ErrorType {
TypeFail,
DuplicateBinding,
IncompleteParsing,
Unsupported,
NoSuchSymbol,
BadArgLen,
FormatError,
UnexpectedToken,
EmptyExpression,
ParseError,
AssertError,
}ErrorType defines the various types of errors that can result from compiling UCG into an output format.
Variants
TypeFailDuplicateBindingIncompleteParsingUnsupportedNoSuchSymbolBadArgLenFormatErrorUnexpectedTokenEmptyExpressionParseErrorAssertError